-
-
Notifications
You must be signed in to change notification settings - Fork 219
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.6 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.6 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
64
65
66
67
68
69
70
71
{
"private": true,
"name": "@typia/station",
"version": "12.0.2",
"description": "Typia Station",
"scripts": {
"build": "pnpm --filter=./packages/* -r build",
"format": "prettier --write packages/**/*.ts && prettier --write internals/**/*.ts && prettier --write tests/**/*.ts",
"test": "pnpm --filter=./tests/test-* -r start",
"package:latest": "pnpm --filter=./packages/* -r publish --tag latest --access public",
"package:next": "bash next.bash",
"package:tgz": "node experiments/tarballs",
"prepare": "ts-patch install",
"release": "bumpp -r"
},
"repository": {
"type": "git",
"url": "https://github.com/samchon/typia"
},
"author": "Jeongho Nam",
"license": "MIT",
"bugs": {
"url": "https://github.com/samchon/typia/issues"
},
"homepage": "https://typia.io",
"keywords": [
"fast",
"json",
"stringify",
"typescript",
"transform",
"ajv",
"io-ts",
"zod",
"schema",
"json-schema",
"generator",
"assert",
"clone",
"is",
"validate",
"equal",
"runtime",
"type",
"typebox",
"checker",
"validator",
"safe",
"parse",
"prune",
"random",
"protobuf",
"llm",
"llm-function-calling",
"structured-output",
"openai",
"chatgpt",
"claude",
"gemini",
"llama"
],
"packageManager": "pnpm@10.6.4",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"bumpp": "^10.4.1",
"prettier": "^3.8.1",
"prettier-plugin-jsdoc": "^1.8.0",
"ts-patch": "catalog:typescript",
"typescript": "catalog:typescript"
}
}