{ "name": "@aws-doc-sdk-examples/example-javascriptv3-sitewise", "version": "1.0.0", "type": "module", "directories": { "test": "tests" }, "scripts": { "test": "vitest run unit", "integration-test": "vitest run integration --reporter=junit --outputFile=test_results/sitewise-test-results.junit.xml" }, "author": "beqqrry@amazon.com", "license": "ISC", "description": "", "dependencies": { "@aws-doc-sdk-examples/lib": "^1.0.0", "@aws-sdk/client-cloudformation": "^3.734.0", "@aws-sdk/client-iotsitewise": "^3.669.0", "@inquirer/prompts": "^7.2.3" } }