-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 895 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
{
"name": "setup-oneapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build -o dist/main src/main.js && ncc build -o dist/cleanup src/cleanup.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rscohn2/setup-oneapi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rscohn2/setup-oneapi/issues"
},
"homepage": "https://github.com/rscohn2/setup-oneapi#readme",
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@opentelemetry/api": "^1.6.0",
"@vercel/ncc": "^0.38.3",
"glob": "^10.3.10",
"uuid": "^9.0.1"
}
}