-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 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": "@funish/toolchains",
"version": "0.0.0",
"description": "Programmatically create unified, standardised tool chains, powered by funish.",
"private": true,
"scripts": {
"build": "pnpm -r prepack",
"dev": "pnpm -r prepack --stub",
"check": "biome check . --apply-unsafe && biome format . --write",
"format": "prettier --write --list-different . --ignore-path .gitignore",
"edge": "pnpm -r exec bump version",
"release": "pnpm -r exec bump version -r patch",
"public": "pnpm -r --no-bail exec bump publish",
"postinstall": "pnpm dev && githooks install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/toolchains.git"
},
"keywords": [
"toolchains"
],
"author": {
"name": "Funish",
"email": "[email protected]",
"url": "https://funish.net/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/funish/toolchains/issues"
},
"homepage": "https://github.com/funish/toolchains#readme",
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@funish/githooks": "workspace:*",
"@funish/githooks-config": "workspace:*",
"@funish/lint": "workspace:*",
"@types/node": "20.12.8",
"prettier": "3.2.5",
"ts-json-schema-generator": "2.1.1",
"unbuild": "2.0.0"
}
}