-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 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
55
{
"name": "basis-monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo for @funish/basis - A unified development toolkit with CLI, package management, versioning, publishing, linting, and git hooks.",
"keywords": [
"basis",
"citty",
"cli",
"code-quality",
"developer-experience",
"development-toolkit",
"git-hooks",
"javascript",
"linting",
"modern-development",
"monorepo",
"nypm",
"package-management",
"publishing",
"semver",
"typescript",
"unjs",
"version-management"
],
"homepage": "https://github.com/funish/basis#readme",
"bugs": {
"url": "https://github.com/funish/basis/issues"
},
"license": "MIT",
"author": {
"name": "Funish",
"email": "official@funish.net",
"url": "https://funish.net/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/basis.git"
},
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"lint": "basis lint",
"fmt": "basis fmt",
"bump": "pnpm -r exec basis version",
"prerelease": "pnpm -r exec basis version --prerelease",
"postinstall": "pnpm dev && basis git setup"
},
"devDependencies": {
"@funish/basis": "workspace:*",
"@funish/build": "workspace:*",
"@types/node": "25.5.0"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}