wheelshare-old-backend/package.json
Michael Fatemi 26bfd49d72 add tsconfig
2021-04-10 11:13:01 -04:00

28 lines
677 B
JSON

{
"name": "carpool-backend",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myfatemi04/Carpool-Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/myfatemi04/Carpool-Backend/issues"
},
"homepage": "https://github.com/myfatemi04/Carpool-Backend#readme",
"dependencies": {
"@types/express": "^4.17.11",
"@types/node": "^14.14.37",
"express": "^4.17.1",
"typescript": "^4.2.4"
}
}