-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.35 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
42
43
{
"private": true,
"scripts": {
"build": "turbo run build",
"build:doc": "typedoc --plugin typedoc-plugin-extras && copyfiles -f packages/log/images/* docs/images",
"clean": "turbo run clean",
"color": "pnpm --filter=standard-log-color",
"coverage": "turbo run coverage",
"cs": "changeset",
"depcheck": "turbo run depcheck",
"dev": "turbo run dev --parallel",
"solid-example": "pnpm --filter=@standard-log/solid-example",
"postinstall": "husky install",
"lint": "turbo run lint",
"log": "pnpm --filter=standard-log",
"nuke": "turbo run nuke && pnpm nuke:local",
"nuke:local": "rimraf node_modules",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky install",
"release": "changeset publish",
"remote": "pnpm --filter=standard-log-remote",
"size": "turbo run size",
"syslog": "pnpm --filter=standard-log-syslog",
"test": "turbo run test",
"verify": "turbo run lint build coverage depcheck size",
"version": "changeset version",
"watch": "jest --watch"
},
"devDependencies": {
"@changesets/cli": "^2.25.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"copyfiles": "^2.4.1",
"husky": "^9.0.0",
"pinst": "^3.0.0",
"turbo": "^1.9.1",
"typedoc": "^0.25.0",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.0.0"
},
"packageManager": "pnpm@8.15.5"
}