-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.11 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"type": "module",
"name": "@digital-alchemy/type-writer",
"repository": "https://github.com/Digital-Alchemy-TS/type-writer",
"homepage": "https://docs.digital-alchemy.app/Type-Writer",
"version": "24.11.3",
"scripts": {
"build": "rm -rf dist/; tsc",
"lint": "eslint src",
"test": "./scripts/test.sh",
"prepublishOnly": "yarn build",
"upgrade": "yarn up '@digital-alchemy/*'"
},
"author": {
"url": "https://github.com/zoe-codez",
"name": "Zoe Codez"
},
"bin": "./scripts/run.sh",
"files": [
"dist/**/*",
"scripts/**/*",
"src/**/*"
],
"engines": {
"node": ">=20"
},
"exports": {
".": "./dist/index.mjs"
},
"license": "MIT",
"dependencies": {
"js-yaml": "^4.1.0",
"quicktype": "^23.0.170",
"quicktype-core": "^23.0.170",
"validator": "^13.12.0"
},
"peerDependencies": {
"@digital-alchemy/core": "*",
"@digital-alchemy/hass": "*"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.16.0",
"@digital-alchemy/core": "^24.11.3",
"@digital-alchemy/hass": "^24.11.3",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/figlet": "^1.7.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.9.0",
"@types/node-cron": "^3.0.11",
"@types/validator": "^13.12.2",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.0",
"node-cron": "^3.0.3",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"type-fest": "^4.27.0",
"typescript": "^5.7.0-beta",
"ws": "^8.18.0"
},
"packageManager": "[email protected]"
}