@rubic/catalog-fetcher
Version:
Rubic Catalog fetcher
52 lines (51 loc) • 1.39 kB
JSON
{
"name": "@rubic/catalog-fetcher",
"version": "1.0.1",
"description": "Rubic Catalog fetcher",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/catalog.d.ts",
"lib/catalog.schema.json"
],
"dependencies": {
"@octokit/rest": "^15.9.4",
"ajv": "^6.5.2",
"comment-json": "^1.1.3",
"decompress": "^4.2.0",
"pify": "^3.0.0",
"request": "^2.87.0"
},
"devDependencies": {
"@types/node": "^10.5.2",
"@types/request": "^2.47.1",
"@types/uuid": "^3.4.3",
"download-cli": "^1.1.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2",
"typescript-json-schema": "^0.27.0"
},
"scripts": {
"pretest": "npm run compile",
"test": "node ./lib/test.js",
"test:proxy": "node ./lib/test.js --with-proxy",
"compile": "tsc -p .",
"precompile": "typescript-json-schema --noExtraProps --required ./lib/catalog.d.ts RubicCatalog.Root -o ./lib/catalog.schema.json",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimushu/rubic-catalog-fetcher.git"
},
"keywords": [
"Rubic"
],
"author": "kimu_shu",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimushu/rubic-catalog-fetcher/issues"
},
"homepage": "https://github.com/kimushu/rubic-catalog-fetcher#readme"
}