-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpantry.jsonc
More file actions
33 lines (33 loc) · 737 Bytes
/
pantry.jsonc
File metadata and controls
33 lines (33 loc) · 737 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
33
{
"name": "pantry",
"version": "1.0.0",
"description": "Modern dependency manager for system and project environments - Like Homebrew but faster",
"dependencies": {
"zig-config": "^0.1.0",
"zig-cli": "^0.1.0",
"zig-test-framework": "^0.1.0",
"zig-bump": "^0.1.1",
"bun.sh": "^1.3.10",
"ziglang.org": "*"
},
"devDependencies": {
"better-dx": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stacksjs/pantry"
},
"build": {
"entry": "packages/zig/src/main.zig",
"output": "packages/zig/zig-out",
"targets": [
"x86_64-linux",
"x86_64-macos",
"aarch64-macos",
"x86_64-windows"
]
},
"workspaces": [
"packages/*"
]
}