-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 901 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
{
"name": "nightwatch-recorder-extension",
"version": "0.2.2",
"description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.",
"scripts": {
"build": "./preprocessExtension.sh && rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nightwatchjs/nightwatch-recorder-extension.git"
},
"author": "Vaibhav Singh <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nightwatchjs/nightwatch-recorder-extension/issues"
},
"keywords": [
"nightwatch",
"chrome",
"extension",
"automation"
],
"homepage": "https://github.com/nightwatchjs/nightwatch-recorder-extension#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1"
},
"dependencies": {
"@nightwatch/chrome-recorder": "^0.2.2"
}
}