forked from gemini-testing/testplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 4.56 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "testplane",
"version": "0.1.3",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [
"build",
"typings"
],
"scripts": {
"build": "tsc --build && npm run copy-static && npm run build-bundle -- --minify",
"build-bundle": "esbuild ./src/bundle/index.ts --outdir=./build/src/bundle --bundle --format=cjs --platform=node --target=ES2021",
"copy-static": "copyfiles 'src/browser/client-scripts/*' build",
"check-types": "tsc --project tsconfig.spec.json",
"clean": "rimraf build/ *.tsbuildinfo",
"lint": "eslint --cache . && prettier --check .",
"reformat": "eslint --fix . && prettier --write .",
"prettier-watch": "onchange '**' --exclude-path .prettierignore -- prettier --write {{changed}}",
"test-unit": "_mocha test/",
"test": "npm run test-unit && npm run check-types && npm run lint",
"toc": "doctoc docs --title '### Contents'",
"precommit": "npm run lint",
"prepack": "npm run clean && npm run build",
"preversion": "npm run lint && npm test",
"commitmsg": "commitlint -e",
"release": "standard-version",
"watch": "npm run copy-static && concurrently -c 'auto' 'npm:watch:src' 'npm:watch:bundle'",
"watch:src": "tsc --build --watch",
"watch:bundle": "npm run build-bundle -- --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/gemini-testing/testplane.git"
},
"engines": {
"node": ">= 18.0.0"
},
"keywords": [
"testplane",
"hermione",
"webdriverio",
"mocha",
"test"
],
"bin": {
"testplane": "./bin/testplane",
"hermione": "./bin/hermione"
},
"license": "MIT",
"dependencies": {
"@gemini-testing/commander": "2.15.3",
"@types/mocha": "10.0.1",
"@wdio/globals": "8.21.0",
"@wdio/protocols": "8.22.0",
"@wdio/types": "8.21.0",
"@wdio/utils": "8.35.0",
"@wdio/utils-cjs": "npm:@wdio/[email protected]",
"aliasify": "1.9.0",
"bluebird": "3.5.1",
"browserify": "13.3.0",
"chalk": "2.4.2",
"clear-require": "1.0.1",
"debug": "2.6.9",
"devtools": "8.21.0",
"expect-webdriverio": "3.5.3",
"fastq": "1.13.0",
"fs-extra": "5.0.0",
"gemini-configparser": "1.4.1",
"get-port": "5.1.1",
"glob-extra": "5.0.2",
"import-meta-resolve": "4.0.0",
"lodash": "4.17.21",
"looks-same": "9.0.0",
"micromatch": "4.0.5",
"mocha": "10.2.0",
"modern-node-polyfills": "1.0.0",
"plugins-loader": "1.3.0",
"png-validator": "1.1.0",
"sharp": "0.32.6",
"sizzle": "2.3.6",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"strftime": "0.10.2",
"strip-ansi": "6.0.1",
"temp": "0.8.3",
"uglifyify": "3.0.4",
"urijs": "1.19.11",
"url-join": "4.0.1",
"vite": "5.1.6",
"webdriverio": "8.21.0",
"worker-farm": "1.7.0",
"yallist": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/plugin-transform-typescript": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@sinonjs/fake-timers": "10.3.0",
"@swc/core": "1.3.40",
"@types/babel__core": "7.20.5",
"@types/bluebird": "3.5.38",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/debug": "4.1.12",
"@types/lodash": "4.14.191",
"@types/node": "18.19.3",
"@types/proxyquire": "1.3.28",
"@types/sharp": "0.31.1",
"@types/sinon": "4.3.3",
"@types/sinonjs__fake-timers": "8.1.2",
"@types/urijs": "1.19.25",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"app-module-path": "2.2.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"concurrently": "8.2.2",
"copyfiles": "2.4.1",
"doctoc": "2.2.0",
"esbuild": "0.18.20",
"escape-string-regexp": "1.0.5",
"eslint": "8.25.0",
"eslint-config-gemini-testing": "2.8.0",
"eslint-config-prettier": "8.7.0",
"husky": "0.11.4",
"jsdom": "^24.0.0",
"jsdom-global": "3.0.2",
"onchange": "7.1.0",
"pirates": "4.0.6",
"prettier": "2.8.4",
"proxyquire": "1.8.0",
"rimraf": "4.1.2",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"type-fest": "3.11.1",
"typescript": "5.3.2"
},
"peerDependencies": {
"ts-node": ">=10.5.0"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
}
}
}