Files
crawlab/core/docs/package.json
2024-06-14 15:42:50 +08:00

17 lines
283 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"publish": "node scripts/publish.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chalk": "^4.1.2",
"qiniu": "^7.4.0",
"walk-sync": "^3.0.0"
}
}