forked from linuxacademy/content-javascript-actions-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "content-javascript-actions-app",
"version": "1.0.0",
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log. To learn how this action was built, see \"[Creating a JavaScript action](https://help.github.com/en/articles/creating-a-javascript-action)\" in the GitHub Help documentation.",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"atob-lite": "^2.0.0",
"before-after-hook": "^2.1.0",
"btoa-lite": "^1.0.0",
"cross-spawn": "^6.0.5",
"deprecation": "^2.3.1",
"end-of-stream": "^1.4.1",
"execa": "^1.0.0",
"get-stream": "^4.1.0",
"is-plain-object": "^3.0.0",
"is-stream": "^1.1.0",
"isexe": "^2.0.0",
"isobject": "^4.0.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.uniq": "^4.5.0",
"macos-release": "^2.3.0",
"nice-try": "^1.0.5",
"node-fetch": "^2.6.0",
"npm-run-path": "^2.0.2",
"octokit-pagination-methods": "^1.1.0",
"once": "^1.4.0",
"os-name": "^3.1.0",
"p-finally": "^1.0.0",
"path-key": "^2.0.1",
"pump": "^3.0.0",
"semver": "^5.7.1",
"shebang-command": "^1.2.0",
"shebang-regex": "^1.0.0",
"signal-exit": "^3.0.2",
"strip-eof": "^1.0.0",
"universal-user-agent": "^2.1.0",
"which": "^1.3.1",
"windows-release": "^3.2.0",
"wrappy": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}