generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1011 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1011 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "next-semver-action",
"version": "0.0.0",
"private": true,
"description": "GitHub action that generates the next semantic version number and creates release",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MECLab/next-semver-action.git"
},
"keywords": [
"actions",
"pr",
"pull request",
"semver",
"release"
],
"author": "MECLab",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"semver": "^7.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@types/semver": "^7.3.4",
"@typescript-eslint/parser": "^3.10.1",
"@vercel/ncc": "^0.24.1",
"eslint": "^7.11.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.1.0",
"jest": "^24.9.0",
"jest-circus": "^26.6.0",
"js-yaml": "^3.14.0",
"prettier": "2.1.2",
"ts-jest": "^24.3.0",
"typescript": "^4.3.2"
}
}