pssh-tools-cli
Version:
Command Line Interface for PSSH-TOOLS
61 lines (60 loc) • 1.51 kB
JSON
{
"name": "pssh-tools-cli",
"version": "1.1.0",
"description": "Command Line Interface for PSSH-TOOLS",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"pretest": "eslint . --ext ts",
"build": "eslint . --ext ts && tsc -p .",
"watch": "tsc --watch",
"start": "node build/index.js",
"prepare": "npm run build",
"test": "echo 'OK'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feedsbrain/pssh-tools-cli.git"
},
"keywords": [
"pssh",
"pssh-tools",
"cli",
"pssh-box",
"drm",
"widevine",
"cenc",
"playready",
"marlin"
],
"author": "Indra Gunawan <feedsbrain@gmail.com>",
"license": "ISC",
"bin": {
"psshtools": "./build/index.js"
},
"bugs": {
"url": "https://github.com/feedsbrain/pssh-tools-cli/issues"
},
"homepage": "https://github.com/feedsbrain/pssh-tools-cli#readme",
"dependencies": {
"commander": "^11.0.0",
"pssh-tools": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"standard": "^17.1.0",
"typescript": "^5.1.6"
}
}