magichome-platform
Version:
discover, control, and receive status for magichome devices
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "magichome-platform",
"version": "0.1.3",
"description": "discover, control, and receive status for magichome devices",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"clean": "rimraf ./dist ./node_modules",
"test:watch": "nodemon --config nodemon.test.json --watch src \"specs/*.spec.ts\"",
"build:watch": "nodemon --config nodemon.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zacknetic/MagicHome-Platform.git"
},
"keywords": [
"magichome"
],
"author": "Zachary Avino",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^14.17.33",
"eslint": "^7.21.0",
"mocha": "^10.0.0",
"nodemon": "^3.1.2",
"rimraf": "^3.0.2",
"ts-mocha": "^10.0.0",
"ts-node": "^10.2.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.4.4"
},
"dependencies": {
"magichome-core": "^0.0.25",
"magichome-platform": "^0.1.2"
}
}