mirror of
https://github.com/wangyuan389/mall-cook.git
synced 2026-09-19 01:27:46 +08:00
28 lines
625 B
JSON
28 lines
625 B
JSON
{
|
|
"name": "mall-cook",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "node scripts/dev.js",
|
|
"build": "node scripts/build.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wangyuan389/mall-cook.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/wangyuan389/mall-cook/issues"
|
|
},
|
|
"homepage": "https://github.com/wangyuan389/mall-cook#readme",
|
|
"dependencies": {
|
|
"child_process": "^1.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"execa": "4.0.2",
|
|
"fs": "^0.0.1-security",
|
|
"inquirer": "^8.2.0",
|
|
"ora": "^4.1.1",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|