init
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "red-coder-bh",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"start": "nodemon",
|
||||
"build": "tsc",
|
||||
"up:prod": "node dist/main"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules/**/node_modules"
|
||||
],
|
||||
"exec": "ts-node src/main.ts",
|
||||
"ext": "js,json,ts",
|
||||
"watch": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.17.3",
|
||||
"dotenv": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/node": "^17.0.24",
|
||||
"nodemon": "^2.0.15",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user