generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "tauri-action",
"version": "0.5.17",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"
],
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "ncc build src/index.ts -o dist -m",
"lint": "eslint .",
"format": "prettier --write src/** action.yml README.md",
"format:check": "prettier --check src/** action.yml README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tauri-apps/tauri-action.git"
},
"keywords": [
"actions",
"tauri"
],
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@iarna/toml": "2.2.5",
"execa": "9.5.2",
"globby": "14.0.2",
"json5": "2.2.3",
"string-argv": "0.3.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@types/node": "22.10.1",
"@vercel/ncc": "0.38.3",
"covector": "0.12.3",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
},
"engines": {
"pnpm": "^9.0.0",
"node": ">=20"
}
}