apollo-declare
Version:
The Ctrip's apollo client with pre-declared configuration keys
59 lines (58 loc) • 1.48 kB
JSON
{
"name": "apollo-declare",
"version": "1.0.2",
"description": "The Ctrip's apollo client with pre-declared configuration keys",
"main": "src/index.js",
"scripts": {
"test": "NODE_DEBUG=apollo-declare nyc ava --timeout=10s --verbose",
"test:dev": "NODE_DEBUG=apollo-declare nyc ava --timeout=10s --verbose && npm run report:dev",
"lint": "eslint .",
"fix": "eslint . --fix",
"posttest": "npm run report",
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"report:dev": "nyc report --reporter=html && npm run report:open",
"report:open": "open coverage/index.html"
},
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/apollo-declare.git"
},
"keywords": [
"apollo-declare",
"ctrip-apollo",
"configuration",
"config service",
"apollo-client"
],
"engines": {
"node": ">= 6"
},
"ava": {
"babel": false,
"files": [
"test/*.test.js"
]
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/apollo-declare/issues"
},
"devDependencies": {
"@ostai/eslint-config": "^3.4.3",
"apollo-mock-server": "^1.2.0",
"ava": "^2.3.0",
"codecov": "^3.5.0",
"eslint": "^6.2.2",
"eslint-plugin-import": "^2.18.2",
"nyc": "^14.1.1"
},
"dependencies": {
"core-util-is": "^1.0.2",
"ctrip-apollo": "^4.4.2",
"err-object": "^5.1.4"
}
}