-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.07 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
46
47
48
49
50
{
"name": "@tencent/imutils",
"version": "1.0.2",
"description": "企鹅辅导工具库",
"main": "index.js",
"scripts": {
"lint": "eslint *.js h5 client lib",
"lint:fix": "eslint --fix *.js h5 client lib src",
"precommit": "npm run lint",
"test": "jest",
"doc": "node jsdoc.js"
},
"jest": {
"verbose": true,
"testMatch": [
"**/tests/**/*.js?(x)"
]
},
"repository": {
"type": "git",
"url": "http://git.code.oa.com/imweb/imutils.git"
},
"keywords": [
"企鹅辅导",
"K12"
],
"license": "ISC",
"devDependencies": {
"@tencent/babel-preset-fdjs": "^0.1.0",
"@tencent/fdjs-scripts": "^0.1.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^20.0.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.15.0",
"eslint-config-imweb": "^0.2.10",
"eslint-loader": "^1.9.0",
"jest": "^20.0.4",
"ls": "^0.2.1",
"minami": "^1.2.3"
},
"dependencies": {
"docdash": "^0.4.0",
"jsdoc": "^3.5.5"
},
"directories": {
"lib": "lib"
},
"author": ""
}