31 lines
1.5 KiB
JSON
31 lines
1.5 KiB
JSON
{
|
|
"name": "bapsicle",
|
|
"nice_name": "BAPSicle",
|
|
"version": "3.1.0",
|
|
"description": "BAPS3, the third generation of University Radio York's Broadcast and Presenting Suite. This package includes the Server (BAPSicle) and Presenter (WebStudio)",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"presenter-install": "cd presenter && git submodule update --init && yarn --network-timeout 100000",
|
|
"presenter-make": "npm run presenter-install && (rm -r presenter-build || true) && cd presenter && set NODE_OPTIONS=--openssl-legacy-provider&& yarn build-baps && cp -r build ../presenter-build && cd ../ && npm install",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"presenter-start": "cd presenter && yarn start-baps",
|
|
"lint": "./venv/bin/autopep8 -r -a -a --ignore E402,E226,E24,W50,W690 --max-line-length 127 --in-place --exclude=\"*node_modules*,*venv/*,presenter/*\" . && ./venv/bin/flake8 . --exclude=\"*node_modules*,*venv/*,presenter/*\" --count --ignore=E402,E226,E24,W50,W690 --max-complexity=25 --max-line-length=127 --statistics"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/universityradioyork/bapsicle.git"
|
|
},
|
|
"author": "University Radio York",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/universityradioyork/bapsicle/issues"
|
|
},
|
|
"homepage": "https://github.com/universityradioyork/bapsicle#readme",
|
|
"dependencies": {
|
|
"yarn": "^1.22.15"
|
|
}
|
|
}
|