-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·63 lines (63 loc) · 1.9 KB
/
package.json
File metadata and controls
executable file
·63 lines (63 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@brainylab/resolver-validators",
"version": "0.8.9",
"description": "",
"keywords": [],
"bugs": {
"url": "https://github.com/brainylab/resolver-validators/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/brainylab/resolver-validators.git"
},
"license": "MIT",
"author": {
"name": "André Felipe Schulle",
"email": "andrefelipeschulle@icloud.com"
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "pnpm tsup --clean",
"commit": "pnpm commit:add && pnpm commit:detail && pnpm commit:push",
"commit:add": "git add .",
"commit:detail": "cz",
"commit:push": "git push",
"prepack": "clean-package",
"postpack": "clean-package restore",
"release": "changeset publish",
"release:beta": "changeset publish --snapshot --no-git-tag --tag beta",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:preview": "pnpm vite preview --outDir coverage",
"test:watch": "vitest",
"version": "changeset version",
"version:beta": "changeset version --snapshot beta"
},
"devDependencies": {
"@biomejs/biome": "2.3.6",
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@changesets/get-release-plan": "4.0.14",
"@changesets/types": "6.1.0",
"@sinclair/typebox": "0.34.41",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"clean-package": "2.2.0",
"tsup": "8.5.1",
"typebox": "1.0.58",
"typescript": "5.9.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.0.14",
"zod": "4.1.13"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"clean-package": "./clean-package.config.json"
}