forked from crustio/ipfs-crust-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 920 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
{
"name": "ipfs-crust-action",
"version": "2.0.8",
"description": "Decentralized pin your site to Crust IPFS Network from Github Action",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --target es2020"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crustio/ipfs-crust-action.git"
},
"keywords": [
"crust",
"ipfs",
"github action"
],
"author": "Zikun Fan(kun@crust.network)",
"license": "MIT",
"bugs": {
"url": "https://github.com/crustio/ipfs-crust-action/issues"
},
"homepage": "https://github.com/crustio/ipfs-crust-action#readme",
"resolutions": {
"usb": "1.8.x",
"@polkadot/util": "10.3.1"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@crustio/type-definitions": "1.3.0",
"@polkadot/api": "9.x",
"@vercel/ncc": "^0.38.0"
}
}