-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 973 Bytes
/
package.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
41
42
{
"name": "aliyun-iot-sdk",
"version": "0.1.1",
"description": "Aliyun Server Side IoT SDK for Node.js.(阿里云 IoT 服务端 Node.js SDK)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/beary/aliyun-iot-sdk.git"
},
"keywords": [
"aliyun",
"iot",
"server",
"sdk",
"node"
],
"author": "beary <bearyme@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/beary/aliyun-iot-sdk/issues"
},
"homepage": "https://github.com/beary/aliyun-iot-sdk#readme",
"dependencies": {
"@types/node-fetch": "^2.5.8",
"axios": "^1.6.0",
"form-data": "^3.0.0",
"nanoid": "^3.1.20",
"node-fetch": "^3.1.1"
},
"devDependencies": {
"@types/node": "^14.14.21",
"typescript": "^4.1.3"
}
}