forked from saionaro/extract-package-version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 927 Bytes
/
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
{
"name": "extract-package-version",
"version": "1.2.1",
"description": "Allows you to get the npm version of the package in your Github Actions workflow",
"main": "index.js",
"scripts": {
"build": "ncc build src/index.js",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saionaro/extract-package-version.git"
},
"keywords": [],
"author": "Saionaro",
"license": "MIT",
"bugs": {
"url": "https://github.com/Saionaro/extract-package-version/issues"
},
"homepage": "https://github.com/Saionaro/extract-package-version#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.6",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@semantic-release/git": "^10.0.1",
"@vercel/ncc": "^0.36.1",
"semantic-release": "^20.1.0"
}
}