package.json
{
"type": "module",
"name": "lisa-plugin",
"version": "0.1.1",
"description": "Basic interface to implement / create L.I.S.A. plugins",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha",
"mypublish": "npm version patch && git push --tags && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mylisabox/lisa-plugin.git"
},
"keywords": [
"lisa",
"lisa-plugin",
"plugins",
"home",
"automation"
],
"author": "jaumard",
"license": "MIT",
"bugs": {
"url": "https://github.com/mylisabox/lisa-plugin/issues"
},
"homepage": "https://github.com/mylisabox/lisa-plugin#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"mocha": "^9.1.1"
},
"dependencies": {
"lodash-es": "^4.17.21"
}
}