-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 964 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
{
"name": "setup-wasmer",
"version": "1.0.2",
"private": true,
"description": "GitHub action for setting up Wasmer",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build src/index.ts --minify --license LICENSE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wasmerio/setup-wasmer.git"
},
"author": "Cloud-CNC, Wasmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/wasmerio/setup-wasmer/issues"
},
"homepage": "https://github.com/wasmerio/setup-wasmer#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"got": "^11.8.2",
"temp": "^0.9.4"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"@types/temp": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vercel/ncc": "^0.34.0",
"eslint": "^7.28.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}