40 lines
990 B
JSON
40 lines
990 B
JSON
{
|
|
"name": "cli-proxy-api-webui",
|
|
"version": "1.0.0",
|
|
"description": "CLI Proxy API 管理界面",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "npx serve .",
|
|
"dev": "npx serve . --port 3000",
|
|
"prebuild": "node build-scripts/prepare-html.js",
|
|
"build": "webpack --config webpack.config.js",
|
|
"postbuild": "rm -f index.build.html",
|
|
"lint": "echo '使用浏览器开发者工具检查代码'"
|
|
},
|
|
"keywords": [
|
|
"cli-proxy-api",
|
|
"webui",
|
|
"management",
|
|
"api"
|
|
],
|
|
"author": "CLI Proxy API WebUI",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"css-loader": "^6.8.1",
|
|
"html-inline-script-webpack-plugin": "^3.2.1",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.4",
|
|
"serve": "^14.2.1",
|
|
"style-loader": "^3.3.3",
|
|
"webpack": "^5.102.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "local"
|
|
}
|
|
}
|