-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 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
49
{
"name": "devops-web-test",
"version": "1.1.2",
"description": "web test for devops",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel ./src --out-dir ./lib",
"watch-compile": "npm run build -- --watch",
"watch": "npm run watch-compile",
"test": "node ./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmanjs/devops-web-test.git"
},
"keywords": [
"matman",
"web",
"test",
"devops"
],
"author": "helinjiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/matmanjs/devops-web-test/issues"
},
"homepage": "https://github.com/matmanjs/devops-web-test#readme",
"dependencies": {
"axios": "^0.19.0",
"babel-plugin-transform-runtime": "^6.23.0",
"cheerio": "^1.0.0-rc.3",
"compressing": "^1.4.0",
"ejs": "^2.6.2",
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.11",
"matman": "^5.0.2",
"osenv": "^0.1.5",
"xvfb": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^7.0.1"
}
}