Init node dependencies and typescript
This commit is contained in:
35
server/package.json
Normal file
35
server/package.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "fe-charts",
|
||||
"version": "0.0.1",
|
||||
"description": "API for Fire Emblem Three Houses",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "tsc && node ./dist/server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dario-cfpt/FE_Charts.git"
|
||||
},
|
||||
"keywords": [
|
||||
"fire",
|
||||
"emblem",
|
||||
"three",
|
||||
"houses"
|
||||
],
|
||||
"author": "Dario Genga",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dario-cfpt/FE_Charts/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dario-cfpt/FE_Charts#readme",
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.2",
|
||||
"express": "^4.17.1",
|
||||
"http-status": "^1.4.1",
|
||||
"sequelize": "^5.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^3.7.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user