-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gitstronaut",
"version": "1.0.6",
"description": "",
"main": "index.mjs",
"type": "module",
"bin": "cli.mjs",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "exit 0",
"version": "git branch -D 'release_'$npm_package_version || true && git checkout -b 'release_'$npm_package_version && changescribe && git add .",
"postversion": "git commit -mv$npm_package_version && git push --set-upstream origin 'release_'$npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctinnovation/gitstronaut.git"
},
"keywords": [
"git",
"explore",
"astronaut",
"gitexplorer",
"github",
"gitstronaut",
"github explorer",
"explorer",
"space",
"project",
"management"
],
"contributors": [
"giovanni-bertoncelli"
],
"author": "giovanni-bertoncelli",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctinnovation/gitstronaut/issues"
},
"homepage": "https://github.com/ctinnovation/gitstronaut#readme",
"dependencies": {
"@octokit/auth-oauth-device": "^6.0.1",
"@octokit/rest": "^20.0.2",
"@poppinss/cliui": "^6.4.0",
"clipboardy": "^4.0.0",
"octokit-auth-oauth-user-client": "^0.1.6",
"open": "^10.0.3",
"semver": "^7.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"changescribe": "^3.0.4",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1"
}
}