UNPKG

pcp

Version:

A PeerCast protocol client module for Node.js

63 lines (62 loc) 1.73 kB
{ "name": "pcp", "description": "A PeerCast protocol client module for Node.js", "version": "0.0.4", "author": "progre", "bugs": { "url": "https://github.com/progre/pcp/issues" }, "dependencies": { "iconv-lite": "^0.4.24", "log4js": "^0.6.38", "rxjs": "^6.3.3", "seedrandom": "^2.4.4" }, "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2", "@progre/tslint-config": "~5.11.0", "@progre/webpack-config": "^0.0.6", "@types/log4js": "^0.0.33", "@types/node": "^10.12.9", "@types/seedrandom": "^2.4.27", "del-cli": "^1.1.0", "husky": "^1.1.4", "npm-run-all": "^4.1.3", "source-map-support": "^0.5.9", "ts-loader": "^5.3.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.6", "typescript-tslint-plugin": "^0.0.7", "webpack": "^4.25.1", "webpack-cli": "^3.1.2" }, "files": [ "dist" ], "homepage": "https://github.com/progre/pcp", "keywords": [ "P2P", "PeerCast", "livestreaming" ], "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/progre/pcp.git" }, "sideEffects": false, "scripts": { "build": "run-s clean release-build", "clean": "del-cli dist", "commitmsg": "commitlint -e $HUSKY_GIT_PARAMS", "debug-build": "webpack --mode development --progress", "dev": "webpack --mode development --progress --watch", "driver-client": "ts-node --transpile-only scripts/driver-client.ts", "mock-server": "ts-node --transpile-only scripts/mock-server.ts", "release-build": "webpack --mode production --progress" }, "typings": "dist/index.d.ts" }