SpotifyDisk-node/package.json

35 lines
953 B
JSON
Raw Permalink Normal View History

2020-03-06 15:14:23 +00:00
{
"name": "spotifydisk-node",
"version": "0.0.0",
"private": true,
"scripts": {
2020-03-09 09:10:58 +00:00
"start": "node ./bin/record.js",
"setup": "node ./bin/setup.js && node ./bin/generateAccess.js && node ./bin/callBack.js && node ./bin/userToken.js",
"build:player": "sudo pkg player.js --targets node12.2.0-linux-armv7"
2020-03-06 15:14:23 +00:00
},
"dependencies": {
"body-parser": "^1.19.0",
2020-03-10 10:19:58 +00:00
"castv2-client": "^1.2.0",
2020-03-09 12:33:21 +00:00
"chromecast-api": "^0.3.1",
2020-03-06 15:14:23 +00:00
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"drivelist": "^8.0.10",
"express": "~4.16.1",
"filesize": "^6.1.0",
"fs": "0.0.1-security",
"http-errors": "~1.6.3",
"inquirer": "^7.0.6",
2020-03-10 10:19:58 +00:00
"mdns": "^2.5.1",
2020-03-06 15:14:23 +00:00
"morgan": "~1.9.1",
2020-03-09 09:10:58 +00:00
"net": "^1.0.2",
2020-03-06 15:14:23 +00:00
"path": "^0.12.7",
"path-exists": "^4.0.0",
2020-03-06 16:38:38 +00:00
"pkg": "^4.4.4",
2020-03-06 15:14:23 +00:00
"pug": "2.0.0-beta11",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
2020-03-09 09:10:58 +00:00
"spotify-web-api-node": "^4.0.0",
"udev": "^0.6.0"
2020-03-06 15:14:23 +00:00
}
}