forked from remorses/bump-version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "bumpversions",
"_": "[bump]",
"version": "2.0.57",
"description": "JavaScript template action",
"main": "lib/main.js",
"files": [
"lib",
"bin.js"
],
"bin": "./bin.js",
"scripts": {
"build": "tsc",
"test": "mocha -r sucrase/register tests/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/javascript-template.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.1",
"@actions/github": "^1.1.0",
"@types/semver": "^7.3.1",
"retry": "^0.12.0",
"semver": "^7.3.2",
"smart-glob": "0.0.5"
},
"devDependencies": {
"@types/lodash.groupby": "^4.6.6",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.4",
"mocha": "^8.0.1",
"sucrase": "^3.15.0"
}
}