forked from aws/aws-iot-device-sdk-js-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 833 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
{
"name": "aws-iot-device-sdk-v2",
"version": "1.0.0-dev",
"description": "NodeJS API for the AWS IoT service",
"homepage": "https://github.com/aws/aws-iot-device-sdk-js-v2",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-iot-device-sdk-js-v2.git"
},
"keywords": [
"aws",
"iot"
],
"contributors": [
"AWS SDK Common Runtime Team <[email protected]>"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"prepare": "npm run tsc",
"build": "tsc"
},
"devDependencies": {
"@convergencelabs/typedoc-plugin-custom-modules": "^0.4.0",
"@types/node": "^10.17.13",
"typedoc": "^0.17.7",
"typescript": "^3.9.3"
},
"dependencies": {
"aws-crt": "^1.1.5"
}
}