forked from jsdaniell/create-json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 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
28
29
30
{
"name": "create-json",
"version": "1.1.2",
"description": "An Action to create .json file and use on others steps of actions in your workflow.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdaniell/create-json.git"
},
"keywords": [
"json",
"action",
"github"
],
"author": "jsdaniell",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsdaniell/create-json/issues"
},
"homepage": "https://github.com/jsdaniell/create-json#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^4.0.0",
"vercel": "^19.1.2"
}
}