-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
44 lines (44 loc) · 933 Bytes
/
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
{
"name": "softest",
"version": "1.1.0",
"description": "Recording browser interaction and generating test scripts",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/prprprus/softest.git"
},
"bugs": {
"url": "https://github.com/prprprus/softest/issues"
},
"homepage": "https://github.com/prprprus/softest",
"author": "prprprus",
"license": "BSD",
"keywords": [
"autotest",
"test",
"recorder",
"recording",
"puppeteer",
"generating"
],
"scripts": {
"test": "jest",
"lint": "./node_modules/.bin/eslint ./"
},
"bin": {
"softest": "./index.js"
},
"dependencies": {
"commander": "^3.0.0",
"express": "^4.17.1",
"highlight.js": "^9.15.9",
"pug": "^2.0.4",
"puppeteer": "^1.19.0",
"typescript": "^3.5.3",
"ws": "^7.1.1"
},
"devDependencies": {
"eslint": "^6.1.0",
"jest": "^24.8.0"
}
}