This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.76 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
{
"name": "@deconz-community/ddf-validator-action",
"version": "1.12.0",
"private": true,
"description": "Github action for validating DDF files for deconz",
"keywords": [
"deconz",
"drezden",
"conbee",
"ddf",
"actions"
],
"homepage": "https://github.com/deconz-community/ddf-validator-action/",
"bugs": {
"url": "https://github.com/deconz-community/ddf-validator-action/issues/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deconz-community/ddf-validator-action.git"
},
"license": "MIT",
"author": {
"name": "Zehir",
"email": "zehir@zorim.fr",
"url": "https://github.com/Zehir"
},
"maintainers": [
{
"name": "Zehir",
"email": "zehir@zorim.fr",
"url": "https://github.com/Zehir"
}
],
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/Zehir"
},
"files": [
"dist/index.js",
"dist/licenses.txt"
],
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build --minify --license licenses.txt",
"lint": "eslint src/**/*.ts",
"taze": "taze",
"release": "pnpm run build && changeset publish"
},
"packageManager": "pnpm@8.15.3",
"dependencies": {
"@actions/core": "^1.10.1",
"@deconz-community/ddf-validator": "^2.26.0",
"glob": "^10.3.10",
"jsonc-parser": "^3.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.9.0",
"taze": "^0.13.3",
"typescript": "^5.3.3"
}
}