-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.6 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
{
"type": "module",
"name": "@digital-alchemy/grocy",
"repository": "https://github.com/Digital-Alchemy-TS/grocy",
"homepage": "https://docs.digital-alchemy.app/Grocy",
"version": "24.12.1",
"scripts": {
"build": "tsc",
"lint": "eslint src",
"test": "vitest",
"prepublishOnly": "yarn build",
"upgrade": "yarn up '@digital-alchemy/*'"
},
"author": {
"url": "https://github.com/zoe-codez",
"name": "Zoe Codez"
},
"files": [
"dist/**/*"
],
"engines": {
"node": ">=20"
},
"exports": {
".": "./dist/index.mjs"
},
"license": "MIT",
"peerDependencies": {
"@digital-alchemy/core": "*",
"dayjs": "*"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.17.1",
"@digital-alchemy/core": "^24.11.4",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"dayjs": "^1.11.13",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.18.2",
"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": "^3.0.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.1",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"type-fest": "^4.31.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "yarn@4.5.1"
}