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.
51 lines
1.1 KiB
51 lines
1.1 KiB
{
|
|
"name": "mqtttohttp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"egg": {
|
|
"declarations": true
|
|
},
|
|
"dependencies": {
|
|
"aedes": "^0.49.0",
|
|
"egg": "^3",
|
|
"egg-scripts": "^2",
|
|
"lodash": "^4.17.21",
|
|
"mqtt": "^4.3.7",
|
|
"proj4": "^2.9.0",
|
|
"ulid": "^2.3.0"
|
|
},
|
|
"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-mqtttohttp",
|
|
"stop": "egg-scripts stop --title=egg-server-mqtttohttp",
|
|
"dev": "egg-bin dev",
|
|
"npmPro": "npm install --production",
|
|
"build": "tar -zcvf ../release.tgz .",
|
|
"debug": "egg-bin debug",
|
|
"test": "npm run lint -- --fix && npm run test-local",
|
|
"test-local": "egg-bin test",
|
|
"cov": "egg-bin cov",
|
|
"lint": "eslint .",
|
|
"ci": "npm run lint && npm run cov"
|
|
},
|
|
"ci": {
|
|
"version": "16, 18",
|
|
"type": "github"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|