@highsystems/client
Version:
A lightweight, typed, promise-based High Systems API, autogenerated from the OpenAPI spec
59 lines (58 loc) • 1.74 kB
JSON
{
"name": "@highsystems/client",
"version": "0.2.0",
"description": "A lightweight, typed, promise-based High Systems API, autogenerated from the OpenAPI spec",
"keywords": [
"High Systems",
"high systems",
"hs",
"api"
],
"homepage": "https://github.com/highsystems/node-highsystems",
"bugs": {
"url": "https://github.com/highsystems/node-highsystems/issues",
"email": "contact@tristianflanagan.com"
},
"license": "Apache-2.0",
"author": {
"name": "Tristian Flanagan",
"url": "https://github.com/tflanagan",
"email": "contact@tristianflanagan.com"
},
"maintainers": [],
"contributors": [],
"main": "./dist/client.js",
"types": "./dist/client.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/highsystems/node-highsystems.git"
},
"scripts": {
"build": "ts-node ./src/code-generation/build.ts",
"cleanup": "rm -rf ./dist/*",
"compile": "npm run cleanup && npm run generate && npm run build && npm run test && npm run docs",
"docs": "mv ./docs/_config.yml ./ && npx typedoc src/client.ts && mv ./_config.yml ./docs/",
"generate": "ts-node ./src/code-generation/generate.ts",
"test": "npx ava"
},
"dependencies": {
"axios": "^0.27.2",
"debug": "^4.3.4",
"deepmerge": "^4.3.1",
"generic-throttle": "^3.1.0"
},
"git": "git://github.com/highsystems/node-highsystems.git",
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@types/browserify": "^12.0.40",
"@types/debug": "^4.1.12",
"@types/node": "^20.10.6",
"ava": "^6.0.1",
"browserify": "^17.0.0",
"dotenv": "^16.3.1",
"minify": "7.2.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.6",
"typescript": "^4.8.4"
}
}