UNPKG

@kaaiot/services

Version:

Type definitions for KaaIoT platform REST API service communication

34 lines (33 loc) 777 B
{ "name": "@kaaiot/services", "description": "Type definitions for KaaIoT platform REST API service communication", "version": "1.7.7", "types": "./dist/packages/services/index.d.ts", "license": "Apache-2.0", "keywords": [ "kaaiot", "iot", "typescript" ], "scripts": { "build": "rimraf dist/ && ttsc" }, "dependencies": { "@types/json-schema": "^7.0.7", "@types/lodash": "^4.14.120", "@types/memoizee": "^0.4.2", "axios": "^1.8.2", "lodash": "^4.17.20", "memoizee": "^0.4.14" }, "devDependencies": { "@types/webpack": "^4.41.26", "rimraf": "^3.0.2", "ttypescript": "^1.5.15", "typescript": "4.8.4", "typescript-transform-paths": "^2.2.3" }, "resolutions": { "minimatch": "3.0.5" } }