2018-10-05 10:36:57 +00:00
|
|
|
{
|
|
|
|
"name": "btrtracks",
|
2019-12-16 19:24:44 +00:00
|
|
|
"version": "1.0.1",
|
2018-10-05 10:36:57 +00:00
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
2018-10-18 15:34:47 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-12-16 19:24:44 +00:00
|
|
|
"build": "babel --plugins @babel/plugin-transform-runtime src -d dist",
|
2018-10-18 15:34:47 +00:00
|
|
|
"start": "node dist/server.js",
|
|
|
|
"download": "node dist/download.js",
|
|
|
|
"populate": "node dist/dbpopulate.js"
|
2018-10-05 10:36:57 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-12-16 19:24:44 +00:00
|
|
|
"@babel/runtime": "^7.7.6",
|
|
|
|
"bcrypt": "^3.0.7",
|
2019-12-17 17:52:18 +00:00
|
|
|
"bluebird": "^3.7.2",
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"connect-redis": "^3.4.2",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-async-errors": "^3.1.1",
|
|
|
|
"express-session": "^1.17.0",
|
2019-01-25 15:00:35 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2019-12-17 17:52:18 +00:00
|
|
|
"fs-extra": "^7.0.1",
|
2019-06-16 09:28:46 +00:00
|
|
|
"oauth-libre": "^0.9.17",
|
2019-12-17 17:52:18 +00:00
|
|
|
"redis": "^2.8.0",
|
2019-12-18 12:57:02 +00:00
|
|
|
"request": "^2.88.0",
|
|
|
|
"request-promise-native": "^1.0.8",
|
2019-12-17 17:52:18 +00:00
|
|
|
"socket.io": "^2.3.0",
|
|
|
|
"sqlite": "^3.0.3",
|
2019-12-18 12:57:02 +00:00
|
|
|
"sqlite3": "^4.1.1",
|
|
|
|
"xml2js": "^0.4.22"
|
2018-10-18 15:34:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-16 19:24:44 +00:00
|
|
|
"@babel/cli": "^7.7.5",
|
|
|
|
"@babel/core": "^7.7.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
|
|
"@babel/preset-env": "^7.7.6",
|
2019-01-25 21:11:58 +00:00
|
|
|
"morgan": "^1.9.1"
|
2018-10-05 10:36:57 +00:00
|
|
|
}
|
|
|
|
}
|