forked from cryptoadvance/specter-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 770 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": "specter-desktop-cypress-testing",
"version": "0.0.1",
"description": "node-module to test specter-desktop with cypress",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"rimraf": "^3.0.2",
"wait-on": "^5.3.0"
},
"devDependencies": {
"cypress": "^9.7.0",
"cypress-wait-until": "^1.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptoadvance/specter-desktop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cryptoadvance/specter-desktop/issues"
},
"homepage": "https://github.com/cryptoadvance/specter-desktop#readme"
}