wtone-nacos
Version:
nacos client main package
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "wtone-nacos",
"version": "2.4.1-latest",
"description": "nacos client main package",
"keywords": [
"nacos",
"cloud",
"native",
"eggjs",
"midwayjs"
],
"main": "dist/index.js",
"author": "czy88840616@gmail.com",
"dependencies": {
"wtone-nacos-config": "^2.4.1",
"wtone-nacos-naming": "^2.4.1"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"contributors": "^0.5.1",
"midway-bin": "^0.3.2",
"mm": "^2.4.1",
"pedding": "^1.1.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
},
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"autod": "midway-bin autod",
"lint": "tslint . --ext .ts",
"test": "npm run test-local",
"test-local": "TEST_REPORTER=spec midway-bin test --ts",
"cov": "TEST_REPORTER=spec midway-bin cov --ts",
"contributors": "contributors",
"ci": "npm run lint && npm run cov",
"build": "midway-bin build --ts"
},
"files": [
"d.ts",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wtone/nacos-sdk-nodejs.git"
},
"license": "Apache",
"bugs": {
"url": "https://github.com/wtone/nacos-sdk-nodejs/issues"
},
"homepage": "https://github.com/wtone/nacos-sdk-nodejs#readme"
}