-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.48 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
{
"name": "testcafe-reporter-inrupt",
"version": "1.0.1",
"description": "TestCafe Inrupt reporter plugin.",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kevin-inrupt/testcafe-reporter-inrupt.git"
},
"publishConfig": {
"access": "public"
},
"author": "Kevin Howard",
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard",
"prod": "gulp --production",
"dev": "gulp watch"
},
"keywords": [
"testcafe",
"reporter",
"inrupt",
"plugin"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"eslint": "^7.32.0",
"eslint-plugin-testing-library": "^3.10.2",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-install": "^1.1.0",
"gulp-mocha": "^8.0.0",
"normalize-newline": "^1.0.2",
"publish-please": "^5.5.2",
"read-file-relative": "^1.2.0",
"testcafe": "^15.1.317922"
},
"dependencies": {
"@babel/core": "^7.15.5",
"dotenv": "^4.0.0",
"envs": "^0.1.6",
"gulp-cli": "^2.3.0",
"node": "^12.22.6",
"slack-node": "^0.1.8",
"typescript": "^4.4.3"
},
"bugs": {
"url": "https://github.com/kevin-inrupt/testcafe-reporter-inrupt/issues"
},
"homepage": "https://github.com/kevin-inrupt/testcafe-reporter-inrupt#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"license": "MIT"
}