-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "basis-monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo for @funish/basis — Release workflow companion for Vite+",
"keywords": [
"basis",
"commit-lint",
"developer-experience",
"development-toolkit",
"javascript",
"monorepo",
"npm-publish",
"semantic-versioning",
"semver",
"stub",
"typescript",
"version-management",
"vite-plus"
],
"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"
},
"type": "module",
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"check": "vp check --fix",
"bump": "pnpm -r exec basis version",
"prerelease": "pnpm -r exec basis version --prerelease",
"postinstall": "pnpm dev && vp config && basis git setup"
},
"devDependencies": {
"@funish/basis": "workspace:*",
"@funish/build": "workspace:*",
"@types/node": "25.9.0",
"vite-plus": "0.1.21"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}