15 lines
518 B
JSON
15 lines
518 B
JSON
{
|
|
"name": "hyapp-h5",
|
|
"version": "1.0.0",
|
|
"description": "H5 project",
|
|
"scripts": {
|
|
"dev:h5": "python3 scripts/h5_dev_server.py --host 127.0.0.1 --port 8788 --directory .",
|
|
"dev:manager-center": "python3 scripts/h5_dev_server.py --host 127.0.0.1 --port 8788 --directory .",
|
|
"format": "prettier --write \"**/*.{js,html,css,json,md}\"",
|
|
"format:check": "prettier --check \"**/*.{js,html,css,json,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|