forked from tauri-apps/tauri-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1020 Bytes
/
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
{
"name": "tauri-action",
"version": "0.0.7",
"description": "Tauri GitHub Action",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build dist/main.js -o dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Lucas Nogueira <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^4.0.0",
"@iarna/toml": "^2.2.5",
"execa": "^4.0.3"
},
"devDependencies": {
"@types/jest": "26.0.5",
"@types/node": "14.0.24",
"@typescript-eslint/parser": "3.7.0",
"@zeit/ncc": "0.22.3",
"covector": "0.3.1",
"eslint": "7.5.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "23.18.0",
"jest": "26.1.0",
"jest-circus": "26.1.0",
"js-yaml": "3.14.0",
"prettier": "2.0.5",
"ts-jest": "26.1.3",
"typescript": "3.9.7"
}
}