forked from mathiasvr/command-output
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 794 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
{
"name": "command-output",
"version": "1.1.0",
"description": "Run a command and store its output",
"private": true,
"main": "index.js",
"scripts": {
"build": "ncc build index.js --license licenses.txt",
"lint": "eslint .",
"test": "npm run lint"
},
"keywords": [],
"author": "Mathias Rasmussen <mathiasvr@gmail.com>",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.11.1",
"@vercel/ncc": "^0.38.4",
"eslint-config-standard": "^16.0.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/StarUbiquitous/command-output.git"
},
"bugs": {
"url": "https://github.com/StarUbiquitous/command-output/issues"
},
"homepage": "https://github.com/StarUbiquitous/command-output#readme"
}