UNPKG

@ale-de/cirrus-node

Version:

Node to consume REST API of the Alcatel-Lucent Enterprise Cirrus Cloud Network Manager

57 lines (56 loc) 1.27 kB
{ "version": "0.1.32", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "patch&publish": "npm --no-git-tag-version version patch && npm publish --access public", "test": "tsdx test --detectOpenHandles", "lint": "tsdx lint", "prepare": "tsdx build" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@ale-de/cirrus-node", "author": "ale-de", "description": "Node to consume REST API of the Alcatel-Lucent Enterprise Cirrus Cloud Network Manager", "keywords": [ "cirrus", "ALE", "Alcatel-Lucent Enterprise", "Enterprise", "ALE" ], "module": "dist/ale-cirrus-node.esm.js", "devDependencies": { "@types/jest": "^24.9.1", "husky": "^4.2.1", "tsdx": "^0.12.3", "tslib": "^1.10.0", "typescript": "^3.7.5" }, "dependencies": { "axios": "^0.19.2", "moment-timezone": "^0.5.27", "rxjs": "^6.5.4", "util": "^0.12.1" }, "jest": { "testURL": "https://antwerp.ov.ovcirrus.com" } }