-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 KB
/
package.json
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
{
"name": "ai-qconf-client",
"version": "0.0.4",
"description": "A qconf tools for nodejs and want to look for a girlfriend...",
"main": "index.js",
"types": "index.d.ts",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "eslint --ext .ts,.js,.jsx . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meizikeai/ai-qconf-client.git"
},
"engines": {
"node": ">=8.11.2"
},
"files": [
"index.js",
"index.d.ts",
"utils/cache.js",
"utils/interval-cache-store.js"
],
"keywords": [
"get",
"qconf",
"ai-qconf-client"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/meizikeai/ai-qconf-client/issues"
},
"homepage": "https://github.com/meizikeai/ai-qconf-client",
"dependencies": {},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}