san-cli-inspect
Version:
San-CLI inspect command
30 lines (29 loc) • 676 B
JSON
{
"name": "san-cli-inspect",
"description": "San-CLI inspect command",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"author": "ksky521",
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/san-cli.git",
"directory": "packages/san-cli-inspect"
},
"bugs": {
"url": "https://github.com/ecomfe/san-cli/issues"
},
"homepage": "https://ecomfe.github.io/san-cli",
"keywords": [
"san",
"webpack",
"san.js",
"san-cli"
],
"dependencies": {
"san-cli-service": "^3.0.0"
}
}