UNPKG

@animeapis/resourcemanager

Version:
62 lines (61 loc) 1.55 kB
{ "name": "@animeapis/resourcemanager", "version": "1.3.0", "description": "Resourcemanager client for Node.js", "repository": "animeapis/api-nodejs-client", "license": "Apache-2.0", "author": "Animeshon SRL", "main": "build/src/index.js", "files": [ "build/src", "build/protos" ], "keywords": [ "animeshon apis client", "animeshon api client", "animeshon apis", "animeshon api", "animeshon", "animeshon resourcemanager", "resourcemanager", "resource manager" ], "scripts": { "clean": "gts clean", "compile": "tsc -p . && cp -r protos build/", "compile-protos": "compileProtos src", "docs": "jsdoc -c .jsdoc.js", "predocs-test": "npm run docs", "docs-test": "linkinator docs", "fix": "gts fix", "lint": "gts check", "prepare": "npm run compile-protos && npm run compile", "system-test": "c8 mocha build/system-test", "test": "c8 mocha build/test" }, "dependencies": { "google-gax": "^2.15.0" }, "devDependencies": { "@types/mocha": "^8.2.2", "@types/node": "^14.17.3", "@types/sinon": "^10.0.2", "c8": "^7.7.3", "gts": "^3.1.0", "jsdoc": "^3.6.7", "jsdoc-fresh": "^1.1.0", "jsdoc-region-tag": "^1.1.0", "linkinator": "^2.13.6", "mocha": "^8.4.0", "null-loader": "^4.0.1", "pack-n-play": "^1.0.0-2", "sinon": "^11.1.1", "ts-loader": "^9.2.3", "typescript": "^4.3.4", "webpack": "^5.39.1", "webpack-cli": "^4.7.2" }, "engines": { "node": ">=v10.24.0" } }