Files
FE_Charts/server/package.json
2019-12-10 10:54:57 +01:00

43 lines
1.1 KiB
JSON

{
"name": "fe-charts",
"version": "0.1.0",
"description": "API for Fire Emblem Three Houses",
"main": "./dist/index.js",
"scripts": {
"start": "tsc && node ./dist/index.js",
"import-char-gr": "tsc && node ./dist/importCharGrowthRates.js importing",
"import-class-gr": "tsc && node ./dist/importClassGrowthRates.js importing",
"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",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-status": "^1.4.1",
"mysql2": "^2.0.1",
"semver": "^6.3.0",
"sequelize": "^5.21.2"
},
"devDependencies": {
"typescript": "^3.7.2"
}
}