You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
524 B
JSON
27 lines
524 B
JSON
{
|
|
"name": "whattask",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"build": "tsc",
|
|
"dev": "bun --watch src/index.ts",
|
|
"test": "bun test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/node": "^20.11.19"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"better-sqlite3": "^11.9.1",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"cross-env": "^7.0.3"
|
|
}
|
|
}
|