-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "hello-world-using-action",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgdelato/hello-world-using-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rgdelato/hello-world-using-action/issues"
},
"homepage": "https://github.com/rgdelato/hello-world-using-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@auto-it/first-time-contributor": "^10.31.0",
"@auto-it/omit-release-notes": "^10.31.0",
"@auto-it/released": "^10.31.0",
"@types/jest": "^27.0.1",
"auto": "^10.31.0",
"cli-confirm": "^1.0.1",
"jest": "^27.2.0",
"jquery": "^2.2.4",
"lerna": "^6.6.2",
"lodash": "^4.17.21",
"mobx": "^6.3.0",
"react": "^15.7.0",
"react-dom": "^15.7.0",
"react-router": "^4.3.1",
"redux": "^4.1.2"
},
"workspaces": [
"packages/*"
]
}