-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 897 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
{
"name": "katalon-recorder-extension",
"version": "0.1.0",
"description": "Katalon 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/katalon-labs/katalon-recorder-extension.git"
},
"author": "Coty Rosenblath <coty@katalon.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/katalon-labs/katalon-recorder-extension/issues"
},
"keywords": [
"katalon",
"chrome",
"extension",
"automation"
],
"homepage": "https://github.com/katalon-labs/katalon-recorder-extension#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.77.3"
},
"dependencies": {
"@katalon/chrome-recorder": "^0.1.4"
}
}