forked from nicojs/typed-html
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "@kitajs/html-monorepo",
"version": "1.0.0",
"private": true,
"homepage": "https://kitajs.org/html",
"bugs": {
"url": "https://github.com/kitajs/html/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitajs/html.git"
},
"license": "MIT",
"author": "Arthur Fiorette <kita@arthur.place>",
"scripts": {
"bench": "turbo run benchmark",
"build": "turbo run build --filter=\"./packages/*\"",
"build-all": "turbo run build",
"changeset": "changeset",
"ci-publish": "pnpm publish -r --access public --tag $PUBLISH_TAG --publish-branch $PUBLISH_BRANCH && changeset tag",
"ci-version": "changeset version && pnpm install --no-frozen-lockfile",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"test": "turbo run test",
"test-types": "turbo run test-types"
},
"devDependencies": {
"@arthurfiorette/prettier-config": "^1.0.12",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@kitajs/html": "workspace:*",
"husky": "^9.1.7",
"prettier": "^3.8.2",
"prettier-plugin-jsdoc": "^1.8.0",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"self-ts-plugin": "link:packages/ts-html-plugin",
"turbo": "^2.9.6",
"typescript": "catalog:"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=24",
"pnpm": ">=10"
}
}