chore: add package.json with initial dependencies and project metadata

This commit is contained in:
2026-02-27 22:00:22 +01:00
parent 20b908d397
commit a5ae3f9e52
4 changed files with 1172 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local