-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 906 Bytes
/
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
{
"name": "pinorama",
"version": "0.1.0",
"description": "simple, log search for pino",
"license": "MIT",
"author": {
"name": "Francesco Pasqua",
"email": "cesconix@me.com",
"url": "https://github.com/cesconix",
"author": true
},
"scripts": {
"test": "turbo test",
"clean": "turbo clean && rimraf node_modules .turbo",
"build": "turbo build",
"dev": "turbo dev",
"biome": "biome check --no-errors-on-unmatched --files-ignore-unknown=true",
"changeset": "changeset",
"release": "changeset publish",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.0.11",
"rimraf": "^5.0.7",
"turbo": "^2.0.5"
},
"packageManager": "pnpm@9.2.0",
"engines": {
"node": ">=20"
}
}