dt-common-device
Version:
A secure and robust device management library for IoT applications
57 lines (56 loc) • 1.51 kB
JSON
{
"name": "dt-common-device",
"version": "4.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"patch": "npm version patch && npm run build && npm publish && git push",
"minor": "npm version minor && npm run build && npm publish && git push",
"major": "npm version major && npm run build && npm publish && git push",
"security:audit": "npm audit --audit-level=moderate",
"security:fix": "npm audit fix",
"security:check": "npm audit && npm outdated",
"type-check": "tsc --noEmit"
},
"keywords": [
"device",
"iot",
"smart-devices",
"device-management"
],
"author": "DeviceThread Team",
"license": "MIT",
"description": "A secure and robust device management library for IoT applications",
"repository": {
"type": "git",
"url": "https://github.com/devicethread/dt-common-device.git"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.19",
"@types/node": "^20.0.0",
"@types/pg": "8.15.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "1.10.0",
"bullmq": "5.56.4",
"dt-audit-library": "^1.0.3",
"dt-pub-sub": "^1.0.0",
"ioredis": "5.6.1",
"lodash": "^4.17.21",
"mongoose": "8.16.1",
"pg": "8.16.3",
"typedi": "0.10.0"
}
}