-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "matman-e2e-test",
"version": "1.2.4",
"description": "matman for e2e test",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -d && node ./build.js",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmanjs/matman-e2e-test.git"
},
"keywords": [
"e2e",
"matman",
"e2e-test"
],
"author": "helinjiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/matmanjs/matman-e2e-test/issues"
},
"homepage": "https://github.com/matmanjs/matman-e2e-test#readme",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"compressing": "^1.5.1",
"coverage-istanbul": "^1.1.0",
"debug": "^4.1.1",
"ejs": "^3.1.3",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"osenv": "^0.1.5",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/parser": "^7.12.3",
"@babel/types": "^7.12.1",
"@types/cheerio": "^0.22.22",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.4",
"@types/fs-extra": "^9.0.2",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.4",
"@types/lodash": "^4.14.162",
"@types/node": "^14.11.10",
"@types/osenv": "^0.1.0",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.11.0",
"prettier": "^2.1.2",
"typescript": "^3.9.3"
}
}