Uploading the Repo
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "vscode",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "nodemon --watch ./src/index.ts --exec ts-node src/index.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"express": "^4.17.3",
|
||||
"pg": "^8.7.3",
|
||||
"ts-node": "^10.6.0",
|
||||
"typeorm": "^0.2.44",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user