tick3t-api/package.json

46 lines
1.2 KiB
JSON

{
"name": "tick3t-api",
"version": "1.0.0",
"description": "tick3t-api",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node src/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir dist",
"serve": "node dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franjsco/tick3t-api.git"
},
"author": "franjsco",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/franjsco/tick3t-api/issues"
},
"homepage": "https://github.com/franjsco/tick3t-api#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"mongoose-paginate-v2": "^1.3.0",
"morgan": "^1.9.1",
"nodemon": "^1.19.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2"
}
}