-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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": "@boyeborg/crown",
"version": "1.0.8",
"description": "Ensures the youngest (newest) monarch (version) within kingdoms (packages) holds the royal office (is taggeed as latest).",
"author": "Boye Borg",
"license": "MIT",
"main": "index.js",
"bin": {
"crown": "cli.js"
},
"scripts": {
"release:patch": "npm version patch && npm publish --access public && git push --follow-tags",
"release:minor": "npm version minor && npm publish --access public && git push --follow-tags",
"release:major": "npm version major && npm publish --access public && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:boyeborg/crown.git"
},
"homepage": "https://github.com/boyeborg/crown",
"keywords": [
"npm",
"latest",
"tag",
"package",
"royalty",
"queen",
"majesty",
"crown",
"aristocracy",
"kingdom"
],
"dependencies": {
"@boyeborg/carve": "^1.4.0",
"ini": "^1.3.5",
"meow": "^7.1.0",
"npm-registry-fetch": "^11.0.0",
"semver": "^7.3.2"
},
"devDependencies": {
"prettier": "^2.1.1"
}
}