-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
49 lines (49 loc) · 1.8 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
45
46
47
48
49
{
"name": "homebridge-hatch-baby-rest-repo",
"private": true,
"scripts": {
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint -- --fix",
"build": "turbo run build",
"version": "changeset version && npm i",
"release": "turbo run build test lint && changeset publish",
"example": "node -r @swc-node/register ./packages/examples/example.ts",
"plus-example": "node -r @swc-node/register ./packages/examples/rest-plus-example.ts",
"hb": "npm run build && TEST_HOMEBRIDGE=true homebridge -U ./.homebridge",
"push-with-tags": "git push --follow-tags",
"predeploy": "git pull -r && turbo run build test lint",
"postdeploy": "npm run push-with-tags",
"deploy": "changeset version && git commit -am 'Bump versions for release' && changeset publish",
"prepare-beta": "changeset pre enter beta && git add .changeset/pre.json && git commit -am 'Prepare for beta release'",
"exit-beta": "changeset pre exit && commit -am 'Exit beta release'"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@swc-node/register": "^1.9.2",
"@types/aws-iot-device-sdk": "2.2.8",
"@types/chai": "4.3.16",
"@types/mocha": "10.0.6",
"@types/node": "20.14.7",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"chai": "4.3.7",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-prettier": "5.1.3",
"homebridge": "2.0.0-beta.8",
"mocha": "10.4.0",
"prettier": "3.3.2",
"ts-essentials": "10.0.1",
"ts-node": "10.9.2",
"turbo": "^2.0.4",
"typescript": "5.5.2"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
}