subsplease-xdcc-search
Version:
Unofficial SubsPlease XDCC packages search API
38 lines (37 loc) • 1.11 kB
JSON
{
"name": "subsplease-xdcc-search",
"version": "1.0.0",
"description": "Unofficial SubsPlease XDCC packages search API",
"main": "./dist/esm5/index.js",
"module": "./dist/esm5/index.js",
"es2015": "./dist/esm2015/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"cleanup": "shx rm -rf dist && shx rm -rf doc",
"prebuild": "npm run cleanup",
"prepare": "npm run build",
"build": "tsc && tsc --target es2019 --outDir dist/esm2015 && npm run doc",
"tsc": "tsc",
"doc": "typedoc --options ./typedoc.json src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Booster2ooo/subsplease-xdcc-search.git"
},
"keywords": [
"subsplease",
"xdcc"
],
"author": "Booster2ooo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Booster2ooo/subsplease-xdcc-search/issues"
},
"homepage": "https://github.com/Booster2ooo/subsplease-xdcc-search#readme",
"devDependencies": {
"@types/node": "^12.7.1",
"shx": "^0.3.2",
"typescript": "^3.5.3"
}
}