mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-02 06:33:42 +08:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "@cool-midway/iot",
|
||
|
"version": "6.0.0",
|
||
|
"description": "cool-js.com iot模块",
|
||
|
"main": "dist/index.js",
|
||
|
"typings": "index.d.ts",
|
||
|
"scripts": {
|
||
|
"build": "cross-env midway-bin build -c",
|
||
|
"test": "cross-env midway-bin test --ts",
|
||
|
"cov": "cross-env midway-bin cov --ts",
|
||
|
"lint": "mwts check",
|
||
|
"lint:fix": "mwts fix"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"cool",
|
||
|
"cool-admin",
|
||
|
"cooljs",
|
||
|
"cool-iot",
|
||
|
"iot"
|
||
|
],
|
||
|
"author": "COOL",
|
||
|
"readme": "README.md",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://cool-js.com"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/**/*.js",
|
||
|
"dist/**/*.d.ts",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@cool-midway/core": "6.0.0",
|
||
|
"@midwayjs/cli": "^2.0.9",
|
||
|
"@midwayjs/core": "^3.9.0",
|
||
|
"@midwayjs/decorator": "^3.9.0",
|
||
|
"@midwayjs/mock": "^3.9.0",
|
||
|
"@types/jest": "^29.2.5",
|
||
|
"@types/node": "^18.11.18",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"jest": "^29.3.1",
|
||
|
"mwts": "^1.3.0",
|
||
|
"ts-jest": "^29.0.3",
|
||
|
"typescript": "^4.9.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@cool-midway/mqemitter-redis": "^6.0.0",
|
||
|
"aedes": "^0.48.1",
|
||
|
"aedes-persistence-redis": "^9.0.2",
|
||
|
"aedes-server-factory": "^0.2.1"
|
||
|
}
|
||
|
}
|