forked from lvgithub/ctrip-apollo-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@lvgithub/ctrip-apollo-client",
"version": "1.0.21",
"description": "本项目为携程配置中心框架 Apollo 提供的Node.js版本客户端。",
"main": "src/index.js",
"types": "./typings/ctripApolloClient.d.ts",
"scripts": {
"debug": "DEBUG=apollo-client node src/test/index.js",
"test": "jest --forceExit"
},
"keywords": [
"apollo",
"配置中心",
"ctrip-apollo-client",
"apollo-client",
"Node.js",
"Node",
"node.js"
],
"author": "liuwei",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"get-value": "^3.0.1",
"internal-ip": "^6.0.0",
"set-value": "^3.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"benchmark": "^2.1.4",
"debug": "^4.1.1",
"eslint": "^7.3.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^27.0.0-next.1",
"loglevel": "^1.6.8"
},
"jest": {
"testEnvironment": "node"
}
}