transmission-rpc-client
Version:
Transmission client for V3. More info in Git Repo
37 lines (36 loc) • 967 B
JSON
{
"name": "transmission-rpc-client",
"version": "1.4.3",
"description": "Transmission client for V3. More info in Git Repo",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"No tests so far\"",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/vasyl-bhd/transmission-rpc-client.git"
},
"keywords": [
"Transmission",
"Typescript"
],
"author": "Vasyl Bohdanets",
"devDependencies": {
"prettier": "^2.5.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.4"
},
"dependencies": {
"axios": "^0.24.0"
}
}