mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-04-21 12:10:17 -04:00
fix npm start
This commit is contained in:
parent
b980608f86
commit
b07ccd7232
56
package.json
56
package.json
|
@ -1,29 +1,29 @@
|
|||
{
|
||||
"name": "carpool-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "tsc; 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/cors": "^2.8.10",
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/node": "^14.14.37",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"typescript": "^4.2.4"
|
||||
}
|
||||
}
|
||||
"name": "carpool-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "tsc && 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/cors": "^2.8.10",
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/node": "^14.14.37",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"typescript": "^4.2.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user