forked from nicojs/typed-html
-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 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
{
"name": "@kitajs/html-monorepo",
"version": "1.0.0",
"private": true,
"homepage": "https://kitajs.org",
"bugs": {
"url": "https://github.com/kitajs/html/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitajs/html.git"
},
"license": "MIT",
"author": "Arthur Fiorette <[email protected]>",
"scripts": {
"bench": "pnpm -r --filter \"@kitajs/bench-html-*\" build && pnpm --filter \"@kitajs/bench-html-runner\" start",
"build": "pnpm -r --aggregate-output build",
"change": "changeset",
"ci:publish": "pnpm publish -r --access public --provenance && changeset tag",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"test": "pnpm -r --no-bail --aggregate-output --parallel test",
"watch": "pnpm -r --parallel --no-bail build --watch"
},
"devDependencies": {
"@arthurfiorette/prettier-config": "^1.0.12",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@kitajs/html": "workspace:*",
"husky": "^9.1.7",
"prettier": "^3.3.3",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.13",
"pnpm": ">=9"
}
}