forked from popovoleksandr/ipfs-pinata-deploy-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 726 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 726 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
{
"name": "ipfs-pinata-deploy-action",
"version": "1.6.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anantaramdas/ipfs-pinata-deploy-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anantaramdas/ipfs-pinata-deploy-action/issues"
},
"homepage": "https://github.com/anantaramdas/ipfs-pinata-deploy-action#readme",
"devDependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^2.2.0",
"@pinata/sdk": "^1.1.11",
"@zeit/ncc": "^0.22.3"
}
}