-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
33 lines (33 loc) · 877 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
{
"name": "cypress-recorder-extension",
"version": "1.1.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "yarn test",
"build": "rsync -a src/*.json build/ && rsync -a src/*.html build/ && rsync -a src/img/*.png build/img/ && rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/admah/cypress-recorder-extension.git"
},
"keywords": [
"chrome",
"extension",
"cypress",
"automation"
],
"author": "Cypress-io",
"license": "MIT",
"bugs": {
"url": "https://github.com/admah/cypress-recorder-extension/issues"
},
"homepage": "https://github.com/admah/cypress-recorder-extension#readme",
"dependencies": {
"@cypress/chrome-recorder": "^2.3.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.77.2"
}
}