websocketiot
Version:
npm module for creating node.js-esp websocket IOT project
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "websocketiot",
"version": "1.6.3",
"description": "npm module for creating node.js-esp websocket IOT project",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"test": "node .",
"dev": "tsc --declaration",
"debug": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shaladdin/WebSocketIOT.git"
},
"keywords": [
"IOT",
"Node.js",
"ESP",
"Websocket"
],
"author": "Shalladin.js",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shaladdin/WebSocketIOT/issues"
},
"homepage": "https://github.com/Shaladdin/WebSocketIOT#readme",
"dependencies": {
"express": "^4.18.2",
"nedb": "^1.8.0",
"nodemon": "^2.0.20",
"ws": "^8.11.0"
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/nedb": "^1.8.12",
"@types/node": "^18.11.14",
"@types/ws": "^8.5.3",
"typescript": "^4.9.4"
}
}