-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 797 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
35
{
"name": "setup-advancedinstaller",
"version": "2.0.0",
"private": true,
"description": "Setup ReSharper Command Line Tools in GitHub Action",
"main": "src/index.ts",
"scripts": {
"build": "tsc && ncc build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slidoapp/setup-advancedinstaller.git"
},
"keywords": [
"actions",
"setup",
"Advanced Installer",
"cli"
],
"author": "Jozef Izso",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.20.37",
"@types/uuid": "^8.3.3",
"@vercel/ncc": "^0.33.0",
"typescript": "^4.5.2"
}
}