nanoleaf-cove
Version:
Simple NanoLeaf Api for Node.js
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "nanoleaf-cove",
"version": "2.3.0",
"description": "Simple NanoLeaf Api for Node.js",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"build": "npm run clean && tsc && tsc --module commonjs --outDir lib/cjs",
"prepublishOnly": "npm run build",
"lint": "tslint --project tsconfig.json \"src/**/*.ts\"",
"lint:fix": "tslint --project tsconfig.json --fix \"src/**/*.ts\"",
"clean": "rm -rf lib lib/esm lib/cjs"
},
"author": "Ahad Cove",
"license": "ISC",
"dependencies": {
"axios": "0.21.0",
"byte-morph": "0.0.1",
"electron-dns-sd": "0.4.4",
"fetch-cove": "^1.0.3",
"network-cove": "0.1.3"
},
"devDependencies": {
"@types/node": "^14.14.6",
"tslib": "^2.2.0",
"typescript": "4.1.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AhadCove/nanoleaf-cove.git"
},
"keywords": [
"nanoleaf",
"node"
],
"bugs": {
"url": "https://github.com/AhadCove/nanoleaf-cove/issues"
},
"homepage": "https://github.com/AhadCove/nanoleaf-cove#readme"
}