33 lines
1005 B
JSON
33 lines
1005 B
JSON
{
|
|
"name": "gym-manage-uniapp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "node e2e/run-tests.js",
|
|
"test:smoke": "node e2e/run-tests.js --smoke",
|
|
"test:journeys": "node e2e/run-tests.js --journeys",
|
|
"test:all": "node e2e/run-tests.js --close",
|
|
"test:profile": "node e2e/run-tests.js --profile",
|
|
"test:booking": "node e2e/run-tests.js --booking",
|
|
"test:watch": "node e2e/run-tests.js --watch",
|
|
"test:quick": "jest --config e2e/jest.config.js --verbose --forceExit",
|
|
"test:quick:smoke": "jest --config e2e/jest.config.js --testPathPattern='smoke/' --verbose --forceExit"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@dcloudio/uni-ui": "^1.5.12",
|
|
"crypto-js": "^4.2.0",
|
|
"luch-request": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.0",
|
|
"jest": "^29.7.0",
|
|
"jest-html-reporter": "^4.4.0",
|
|
"miniprogram-automator": "^0.12.1"
|
|
}
|
|
}
|