-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 810 Bytes
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
{
"name": "setup-rdflint",
"version": "4.1.0",
"description": "GitHub Action to setup rdflint",
"keywords": [],
"homepage": "https://github.com/imas/setup-rdflint#readme",
"bugs": {
"url": "https://github.com/imas/setup-rdflint/issues"
},
"license": "MIT",
"author": "IM@Study",
"repository": {
"type": "git",
"url": "git+https://github.com/imas/setup-rdflint.git"
},
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "rolldown -c",
"format": "oxfmt",
"format-check": "oxfmt --check",
"type-check": "tsc"
},
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/tool-cache": "^4.0.0"
},
"devDependencies": {
"@types/node": "^24.13.3",
"oxfmt": "^0.63.0",
"rolldown": "^1.2.3",
"typescript": "^7.0.2"
}
}