-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 Bytes
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
{
"name": "@json-types/root",
"private": true,
"version": "1.0.0",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"types:gen": "tsx ./scripts/bin.ts gen",
"types:gen-catalog-type": "tsx ./scripts/bin.ts gen-catalog-type",
"types:update": "tsx ./scripts/bin.ts update"
},
"author": {
"name": "Juanra GM",
"email": "juanrgm724@gmail.com",
"url": "https://github.com/juanrgm"
},
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/git": "^2.0.0",
"@changesets/write": "^0.2.3",
"@types/node": "^20.8.9",
"json-schema-to-typescript": "^13.1.1",
"json-schema-traverse": "^1.0.0",
"prettier": "^3.0.3",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
}
}