UNPKG

aws-crt

Version:

NodeJS bindings to the aws-c-* libraries

43 lines (42 loc) 1.19 kB
{ "name": "aws-crt", "version": "0.4.0", "description": "NodeJS bindings to the aws-c-* libraries", "homepage": "https://github.com/awslabs/aws-crt-nodejs", "repository": "github:awslabs/aws-crt-nodejs", "contributors": [ "AWS SDK Common Runtime Team <aws-sdk-common-runtime@amazon.com>" ], "license": "Apache-2.0", "main": "./dist/index.js", "browser": "./dist.browser/browser.js", "scripts": { "tsc": "tsc && tsc -p tsconfig.browser.json", "test": "jest --verbose", "prepare": "npm run tsc && node ./scripts/build.js --rebuild", "install": "node ./scripts/build.js" }, "devDependencies": { "@types/crypto-js": "^3.1.43", "@types/jest": "^24.0.18", "@types/node": "^10.17.4", "@types/uuid": "^3.4.6", "@types/ws": "^6.0.1", "aws-sdk": "^2.419.0", "jest": "^24.9.0", "jest-circus": "^24.9.0", "ts-jest": "^24.0.2", "typescript": "^3.7.2", "uuid": "^3.3.3", "yargs": "^13.2.4" }, "dependencies": { "async-mqtt": "^2.3.0", "awssdk": "^1.0.1", "axios": "^0.19.0", "cmake-js": "^6.0.0", "crypto-js": "^3.1.9-1", "mqtt": "^2.3.1", "websocket-stream": "^5.5.0" } }