mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-01-01 11:10:34 -06:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "recommend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "PLEX_API_TOKEN=testPlexApiToken mocha --compilers js:babel-core/register ./test/**/**/**/*.test.js --exit",
|
|
"dev": "nodemon --exec babel-node --inspect index.js",
|
|
"debug": "nodemon --exec babel-node --inspect index.js",
|
|
"start": "nodemon --exec babel-node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"body-parser": "^1.18.3",
|
|
"btoa": "^1.2.1",
|
|
"build-url": "^1.3.2",
|
|
"cors": "^2.8.5",
|
|
"custom-env": "^1.0.0",
|
|
"dotenv": "^6.2.0",
|
|
"express": "^4.16.4",
|
|
"lodash": "^4.17.11",
|
|
"morgan": "^1.9.1",
|
|
"onchange": "^5.2.0",
|
|
"pg": "^7.8.0",
|
|
"plex-api": "^5.2.1",
|
|
"request-promise": "^4.2.4",
|
|
"sequelize": "^4.42.0",
|
|
"tdaw": "^1.3.0",
|
|
"uuid": "^3.3.2",
|
|
"xml2json": "^0.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-istanbul": "^5.1.0",
|
|
"babel-preset-node8": "^1.2.0",
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.2.1",
|
|
"eslint": "5.13.0",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-config-prettier": "4.0.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-prefer-arrow": "^1.1.4",
|
|
"eslint-plugin-prettier": "3.0.1",
|
|
"husky": "1.3.1",
|
|
"i": "^0.3.6",
|
|
"lint-staged": "8.1.3",
|
|
"mocha": "^5.2.0",
|
|
"nock": "^10.0.6",
|
|
"nodemon": "^1.18.9",
|
|
"npm": "^6.7.0",
|
|
"nyc": "^13.3.0",
|
|
"prettier": "1.16.4",
|
|
"supertest": "^3.4.2"
|
|
}
|
|
}
|