You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
926 B
45 lines
926 B
{
|
|
"name": "setgetdata",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"egg": {
|
|
"declarations": true
|
|
},
|
|
"dependencies": {
|
|
"cnpm": "^9.4.0",
|
|
"egg": "^3",
|
|
"egg-cors": "^2.2.3",
|
|
"egg-downloader": "^1.0.5",
|
|
"egg-scripts": "^2",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"egg-bin": "^5",
|
|
"egg-ci": "^2",
|
|
"egg-mock": "^5",
|
|
"eslint": "^8",
|
|
"eslint-config-egg": "^12"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "egg-scripts start --daemon --title=egg-server-setgetdata",
|
|
"stop": "egg-scripts stop --title=egg-server-setgetdata",
|
|
"dev": "egg-bin dev",
|
|
"npmPro": "npm install --production",
|
|
"build": "tar -zcvf ../release.tgz .",
|
|
"npmi": "npm i"
|
|
},
|
|
"ci": {
|
|
"version": "16, 18",
|
|
"type": "github"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|
|
|