21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"name": "pmrx-gm",
|
|
"version": "1.0.0",
|
|
"description": "飘渺儒仙GM管理平添",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"vue"
|
|
],
|
|
"author": "kubbo",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"express": "^5.1.0",
|
|
"mysql": "^2.18.1"
|
|
}
|
|
}
|