This repository was archived by the owner on Nov 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.72 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.72 KB
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
{
"name": "@funish/toolchains",
"version": "0.0.0",
"description": "A comprehensive collection of development toolchains for modern JavaScript/TypeScript projects, providing CLI tools, linting, scaffolding, Git hooks, and more.",
"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 --no-private exec bump publish",
"postinstall": "pnpm dev && githooks install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/toolchains.git"
},
"keywords": [
"toolchains",
"development-tools",
"cli",
"linting",
"scaffolding",
"git-hooks",
"typescript",
"javascript",
"build-tools",
"developer-experience",
"monorepo"
],
"author": {
"name": "Funish",
"email": "official@funish.net",
"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.9.4",
"@funish/githooks": "workspace:*",
"@funish/githooks-config": "workspace:*",
"@funish/lint": "workspace:*",
"@types/node": "22.13.1",
"prettier": "3.4.2",
"ts-json-schema-generator": "2.3.0",
"unbuild": "3.3.1"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}