38 lines
853 B
JSON
38 lines
853 B
JSON
{
|
|
"name": "fe-charts",
|
|
"version": "0.1.0",
|
|
"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",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"http-status": "^1.4.1",
|
|
"mysql2": "^2.0.1",
|
|
"sequelize": "^5.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|