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.
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"name": "whattask",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"better-sqlite3": "^11.9.1",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2"
|
|
}
|
|
} |