Uploading the Repo

This commit is contained in:
Andrean Grudev
2022-03-09 20:58:30 +02:00
parent cfc8d90aff
commit 6f6a7783c0
15 changed files with 3003 additions and 18 deletions
+21
View File
@@ -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"
}
}