-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.37 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
51
52
53
54
55
56
57
58
{
"name": "uitest",
"version": "20.0.3",
"description": "Run mocha in a browser environment.",
"keywords": [
"uitest"
],
"main": "index.js",
"files": [
"lib/**/*.js",
"*.js"
],
"repository": {
"type": "git",
"url": "[email protected]:macacajs/uitest.git"
},
"dependencies": {
"datahub-nodejs-sdk": "2",
"macaca-playwright": "1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^10.0.1",
"chai": "^4.2.0",
"eslint": "7",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-egg": "^7.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-mocha": "^10.1.0",
"git-contributor": "1",
"husky": "^1.3.1",
"ipv4": "1",
"macaca-ecosystem": "*",
"mocha": "*",
"nyc": "^15.1.0",
"rollup": "^2.75.7",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.9.0",
"vuepress": "^1.5.2"
},
"scripts": {
"prepublishOnly": "rollup -c",
"test": "mocha",
"cov": "nyc --reporter=lcov --reporter=text mocha",
"lint": "eslint --fix .",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"contributor": "git-contributor"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT"
}