-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.unstabitily.json
40 lines (40 loc) · 1.32 KB
/
package.unstabitily.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@alife/alibabacloud-iot-device-sdk-unstabitily",
"version": "0.9999.8",
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
},
"registry": "https://registry.npm.alibaba-inc.com",
"description": "阿里云IoT测试sdk,会包含测试中的新功能。注意:此版本不稳定,稳定版本版本请使用 npm install alibabacloud-iot-device-sdk",
"main": "./lib/index.js",
"scripts": {
"broker": "node broker.js",
"lib": "babel src -d lib",
"dev": "babel src -w -d lib",
"test": "jest --coverage ./test/",
"test:dev": "jest --coverage --watch ./test/",
"rap": "npm run lib && rm -rf rap && mkdir rap && cp -R lib rap && cp package.json rap && sed 's/npm/rap/g' README.md > rap/README.md && cd rap && rap publish",
"dist": "npm run lib && rm -rf dist/ && mkdir dist && browserify lib/index.js | uglifyjs -c > dist/alibabacloud-iot-device-sdk.min.js"
},
"author": "玄彦",
"license": "MIT",
"devDependencies": {
"aedes": "^0.35.3",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browserify": "^16.2.2",
"jest": "^22.0.4",
"mosca": "^2.8.3",
"uglify-js": "^3.4.5"
},
"dependencies": {
"axios": "^0.18.0",
"mqtt": "3.0.0",
"qs": "^6.6.0"
},
"ruff": {
"dependencies": {
"mqtt": "^0.1.3"
}
}
}