14 lines
287 B
JSON
14 lines
287 B
JSON
|
|
{
|
||
|
|
"name": "linhelp-miniapp",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest --runInBand",
|
||
|
|
"ci:preview": "miniprogram-ci preview --pp ./project.config.json --robot 1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"jest": "^29.7.0",
|
||
|
|
"miniprogram-ci": "^2.0.0"
|
||
|
|
}
|
||
|
|
}
|