-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "stacks-awesome-fonts",
"type": "module",
"version": "0.0.0",
"private": true,
"description": "A collection of awesome fonts.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/fonts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/fonts.git"
},
"bugs": {
"url": "https://github.com/stacksjs/fonts/issues"
},
"contributors": [
"Chris Breuer <chris@stacksjs.org>"
],
"scripts": {
"build": "bun --bun build.ts",
"fresh": "rimraf node_modules/ bun.lock && bun i",
"commit": "git cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "bunx --bun bumpp package.json --all"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@types/node": "^20.11.24",
"bun-types": "^1.0.30",
"bumpp": "^9.4.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"cz-git": "^1.9.0",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.10.0",
"typescript": "^5.3.3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"workspaces": [
"hubot-sans/*",
"inter/*",
"mona-sans/*"
]
}