Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "pub-sub",
"version": "1.0.0",
"description": "NodeJS IoT SDK v2 Pub Sub Sample",
"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"
},
"contributors": [
"AWS SDK Common Runtime Team <aws-sdk-common-runtime@amazon.com>"
],
"scripts": {
"start": "node index.js --endpoint a35bx25ydthwyy-ats.iot.eu-west-2.amazonaws.com --ca_file root-CA.crt --key SSG_InternalTest.private.key --cert SSG_InternalTest.cert.pem --client_id sdk-nodejs-v2 --topic dev/debug",
"test": "node index.js --endpoint a35bx25ydthwyy-ats.iot.eu-west-2.amazonaws.com --ca_file root-CA.crt --key SSG_InternalTest.private.key --cert SSG_InternalTest.cert.pem --client_id sdk-nodejs-v2 --topic sdk/test/js",
"ssg": "node index.js --endpoint a35bx25ydthwyy-ats.iot.eu-west-2.amazonaws.com --ca_file root-CA.crt --key SSG_InternalTest.private.key --cert SSG_InternalTest.cert.pem --client_id sdk-nodejs-v2 --topic $aws/things/SSG_InternalTest/shadow/name/TestShadow/update"
},
"license": "Apache-2.0",
"main": "./dist/index.js",
"devDependencies": {
"@types/node": "^10.17.50",
"typescript": "^4.7.4"
},
"dependencies": {
"aws-iot-device-sdk-v2": "^1.10.1",
"yargs": "^16.2.0"
}
}