Newer
Older
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
"bin": {
"peertube": "dist/server/tools/peertube.js"
},
"name": "Chocobozzz",
"email": "chocobozzz@cpy.re",
"url": "http://github.com/Chocobozzz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
"build": "SCRIPTY_PARALLEL=true scripty",
"build:server": "scripty",
"build:client": "scripty",
"clean:server:test": "scripty",
"watch:client": "scripty",
"watch:server": "scripty",
"danger:clean:dev": "scripty",
"danger:clean:prod": "scripty",
"danger:clean:modules": "scripty",
"i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
"i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
"reset-password": "node ./dist/scripts/reset-password.js",
"play": "scripty",
"dev:server": "scripty",
"dev:client": "scripty",
"update-host": "node ./dist/scripts/update-host.js",
"create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
"create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
"test": "scripty",
"help": "scripty",
"prune-storage": "node ./dist/scripts/prune-storage.js",
"optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
"postinstall": "cd client && yarn install --pure-lockfile",
"spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
"ng": "ng",
"sasslint": "sass-lint --verbose --no-exit",
"sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
"release": "scripty",
"client-report": "scripty"
"pre-commit": "lint-staged && ./scripts/openapi-peertube-version.sh"
}
},
"lint-staged": {
"*.scss": [
"sass-lint -c client/.sass-lint.yml",
"resolutions": {
"@types/bluebird": "3.5.21"
},
"bittorrent-tracker": "^9.0.0",
"concurrently": "^4.0.1",
"config": "^2.0.1",
"http-signature": "^1.2.0",
"password-generator": "^2.0.2",
"safe-buffer": "^5.0.1",
"@types/async-lock": "^1.1.0",
"@types/chai-json-schema": "^1.4.3",
"@types/chai-xml": "^0.3.1",
"chai-json-schema": "^1.5.0",
"chai-xml": "^0.3.2",
"scripty": {
"silent": true