25 lines
598 B
JSON
25 lines
598 B
JSON
{
|
|
"name": "gym-manage-coach-uniapp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test:e2e": "jest --config jest.e2e.config.js",
|
|
"test:e2e:coach": "jest --config jest.e2e.config.js --testPathPattern=coach"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@dcloudio/uni-ui": "^1.5.12",
|
|
"crypto-js": "^4.2.0",
|
|
"luch-request": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"miniprogram-automator": "^0.10.0",
|
|
"jest": "^29.0.0"
|
|
}
|
|
}
|