-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 784 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
{
"name": "@typegpu/tgpu-dev-cli",
"version": "0.0.0",
"private": true,
"description": "A set of tools used to aid in developing TypeGPU.",
"license": "MIT",
"bin": {
"tgpu-dev-cli": "./tgpu-dev-cli.mjs"
},
"type": "module",
"sideEffects": false,
"main": "./index.mjs",
"dependencies": {
"arg": "^5.0.2",
"arktype": "catalog:",
"consola": "^3.4.0",
"execa": "^9.6.0",
"is-unicode-supported": "^2.1.0",
"pkg-types": "^2.1.0",
"remeda": "^2.21.2"
},
"devDependencies": {
"@types/node": "catalog:types"
},
"engines": {
"node": ">=12.20.0"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}