@ale-de/rainbowservice
Version:
Wrap around the Alcatel-Lucent Enterprise Rainbow-node-sdk package
52 lines (51 loc) • 1.07 kB
JSON
{
"version": "0.2.7-b1.66.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"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/rainbowservice",
"author": "ale-de",
"description": "Wrap around the Alcatel-Lucent Enterprise Rainbow-node-sdk package",
"keywords": [
"Rainbow",
"ALE",
"Alcatel-Lucent Enterprise",
"Enterprise",
"ALE"
],
"module": "dist/rainbowservice.esm.js",
"devDependencies": {
"@types/jest": "^25.1.1",
"husky": "^4.2.1",
"tsdx": "^0.12.3",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
},
"dependencies": {
"@nestjs/common": "^6.11.5",
"rainbow-node-sdk": "^1.66.1",
"util": "^0.12.1"
}
}