inital commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "eventcalender",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun run ./app/app.ts",
|
||||
"dev:init": "bun run ./app/app.ts --init",
|
||||
"db:init": "bun run ./run/db_init.ts",
|
||||
"db:deleteall": "bun run ./run/db_deleteall.ts"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.2.3",
|
||||
"minimist": "^1.2.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user