fix: base setup
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "requestbot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "/src/index.ts",
|
||||
"scripts": {
|
||||
"watch": "npx nodemon ./src/index.ts",
|
||||
"build": "npx tsc ./src/index.ts --outDir ./build && node ./build/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"dotenv": "^16.4.5",
|
||||
"nodemon": "^3.1.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user