-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.3 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
{
"name": "testcafe-selector-generator",
"version": "0.1.0",
"description": "",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
},
"main": "src/index.js",
"scripts": {
"test": "gulp test",
"lint": "eslint .",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devexpress/testcafe-selector-generator.git"
},
"keywords": [
"testcafe"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/devexpress/testcafe-selector-generator/issues"
},
"homepage": "https://github.com/devexpress/testcafe-selector-generator#readme",
"files": [
"src"
],
"devDependencies": {
"@testcafe/publish-please": "^5.6.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "^8.28.0",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-qunit": "^7.3.3",
"gulp": "^4.0.2",
"gulp-qunit-harness": "^1.0.3",
"minimist": "^1.2.7",
"rollup": "^4.17.2",
"testcafe": "^3.6.2",
"testcafe-hammerhead": "^31.7.2"
},
"imports": {
"#src": [
"./src/index.js"
],
"#src/*": [
"./src/*",
"./src/*.js",
"./src/*.json"
]
}
}