mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"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": {
|
|
"gulp-livereload": "^4.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"wait-on": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^9.7.0",
|
|
"cypress-wait-until": "^1.7.1",
|
|
"gulp": "^4.0.2"
|
|
},
|
|
"scripts": {
|
|
"dev": "gulp",
|
|
"tailwind": "npx tailwindcss -i ./src/cryptoadvance/specter/static/style.css -o ./src/cryptoadvance/specter/static/output.css --watch",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "rm -rf .env && virtualenv --python=python3.10 .env --setuptools=57.4.0 --pip=22.0.4 && source .env/bin/activate && pip3 install -r requirements.txt --require-hashes && pip3 install -e . && python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug"
|
|
},
|
|
"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"
|
|
}
|