jsy-iot-tools-bridge
Version:
the tools witch used at iot project
33 lines (32 loc) • 731 B
JSON
{
"name": "jsy-iot-tools-bridge",
"version": "1.0.0",
"description": "the tools witch used at iot project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesShr/bridge.git"
},
"keywords": [
"jsy",
"iot-tools",
"bridge"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesShr/bridge/issues"
},
"homepage": "https://github.com/JamesShr/bridge#readme",
"dependencies": {
"@types/node": "^18.0.5",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}