-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@marclabsoftware/fish",
"description": "FISH - Free Integration for Smart Home",
"version": "0.0.0",
"author": "Marclab Software",
"bugs": "https://github.com/MarclabSoftware/FISH/issues",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^7.0.0",
"semantic-release": "^19.0.2",
"syncpack": "^6.2.0"
},
"engines": {
"node": ">=16",
"pnpm": ">=5"
},
"homepage": "https://github.com/MarclabSoftware/FISH#readme",
"keywords": [
"fish",
"google",
"googlehome",
"home",
"integration",
"smart",
"smarthome"
],
"license": "GPL-3.0-or-later",
"main": "index.js",
"repository": "MarclabSoftware/FISH.git",
"scripts": {
"husky:precommit": "pnpm run syncpack:format && pnpm run --filter {packages} husky:precommit",
"i:all": "pnpm run install:all",
"install:all": "pnpm i && pnpm --filter {packages} i",
"preinstall": "npx only-allow pnpm",
"preinstall:all": "npx only-allow pnpm",
"prepare": "husky install",
"run:func": "pnpm run --filter {packages/func} --",
"syncpack": "syncpack",
"syncpack:format": "syncpack format",
"watch": "pnpm run --filter {packages} watch"
}
}