-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 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
33
34
35
36
{
"name": "@sinanmtl/release-manager",
"version": "0.1.4",
"description": "Prepare release on your terminal",
"license": "MIT",
"author": "Sinan Mutlu <smutludev@gmail.com> (https://github.com/SinanMtl/release-manager)",
"main": "src/index.mjs",
"bin": {
"release-manager": "src/index.mjs"
},
"scripts": {},
"repository": {
"url": "git://github.com/SinanMtl/release-manager.git"
},
"files": [
"src"
],
"keywords": [
"release",
"pull request",
"deployment",
"production"
],
"bugs": {
"url": "https://github.com/SinanMtl/release-manager/issues"
},
"homepage": "https://github.com/SinanMtl/release-manager#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"chalk": "^5.3.0",
"prompts": "^2.4.2"
},
"devDependencies": {}
}