You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aruppi-api/package.json

80 lines
2.1 KiB
JSON

{
"name": "aruppi",
"version": "4.0.0",
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.ts",
"scripts": {
"start": "node ./dist/server.js",
"dev": "tsnd --transpile-only --ignore-watch node_modules --respawn src/server.ts",
"build": "tsc -p ."
},
"keywords": [
"aruppi",
"aruppi api",
"aruppi app",
"aruppi android"
],
"author": {
"name": "Jéluchu",
"email": "infoaruppi@gmail.com",
"reason": "Android Developer and Others",
"url": "https://jeluchu.github.io/",
"social": {
"github": "https://github.com/Jeluchu",
"twitter": "https://twitter.com/Jeluchu"
}
},
"contributors": [
{
"name": "Darkangeel",
"url": "https://github.com/Darkangeel-hd",
"reason": "System administration authority (SYSADM)"
}
],
"engines": {
"node": ">= 12.x",
"npm": ">= 6.14.x"
},
"bugs": {
"url": "https://github.com/aruppi/aruppi-api/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aruppi/aruppi-api.git"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.5",
"compose-middleware": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"got": "^11.8.1",
"helmet": "^4.4.1",
"mongodb": "^3.6.4",
"mongoose": "^5.11.18",
"rss-parser": "^3.12.0",
"tough-cookie": "^4.0.0",
"ts-node-dev": "^1.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/got": "^9.6.11",
"@types/node": "^14.14.31",
"@types/tough-cookie": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
}
}