-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
61
62
63
64
{
"name": "@magic/bumper",
"version": "0.0.1",
"author": "Wizards & Witches",
"description": "npm test, git tag, npm bump version, git commit, npm test, git push (+ --tags) and npm publish in one script.",
"license": "AGPL-3.0",
"homepage": "https://magic.github.io/bumper",
"main": "src/index.mjs",
"private": true,
"bin": {
"magic-bump": "src/bin.mjs",
"magic-bumper": "src/bin.mjs"
},
"scripts": {
"start": "t -p",
"test": "t --exclude docs example config.js",
"format": "f -w --exclude docs",
"format:check": "f",
"calls": "calls",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"clean": "magic clean",
"serve": "magic serve",
"dev": "magic dev"
},
"engine": {
"node": ">=13.5.0"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/magic/bumper.git"
},
"bugs": {
"url": "https://github.com/magic/bumper/issues"
},
"dependencies": {
"@magic/cli": "0.0.27",
"@magic/error": "0.0.5",
"@magic/fs": "0.0.5",
"@magic/log": "0.1.4",
"@magic/semver": "0.0.6",
"@magic/types": "0.1.11"
},
"devDependencies": {
"@magic-modules/gdpr": "0.0.15",
"@magic-modules/git-badges": "0.0.9",
"@magic-modules/light-switch": "0.0.5",
"@magic-modules/pre": "0.0.7",
"@magic-themes/docs": "0.0.6",
"@magic/core": "0.0.71",
"@magic/format": "0.0.10",
"@magic/test": "0.1.46"
},
"files": [
"src"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}