generated from fission-codes/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 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
34
35
36
37
{
"name": "publish-action",
"version": "1.2.8",
"private": true,
"description": "Publish to Fission",
"main": "lib/index.js",
"scripts": {
"build": "ncc build src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fission-suite/publish-action.git"
},
"keywords": [
"actions",
"ipfs"
],
"author": "James Walker <[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/fission-suite/publish-action/issues"
},
"homepage": "https://github.com/fission-suite/publish-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/tool-cache": "^2.0.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/node": "^16.18.13",
"@vercel/ncc": "^0.36.1",
"typescript": "^4.9.5"
}
}