-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
31 lines (31 loc) · 837 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
{
"name": "zpix-pixel-font",
"author": "[email protected]",
"version": "3.1.9",
"private": false,
"sideEffect": false,
"homepage": ".",
"engines": {
"node": ">=12",
"npm": ">=6.4.0",
"yarn": ">=1.15"
},
"config": {
"commitizen": {
"INSTALL_TIPS": "npm i -g commitizen git-cz",
"path": "git-cz"
}
},
"scripts": {
"-------------------------------- VERSION ----": "----",
"versionup": "standard-version -r patch",
"versionup:minor": "standard-version -r minor",
"versionup:major": "standard-version -r major",
"versionup:init": "standard-version -f",
"-------------------------------- PROD ----": "----",
"install-deps": "npm i -g ttf2woff2 && brew install fontforge",
"build": "sh ./tools/build.sh"
},
"dependencies": {},
"devDependencies": {}
}