containerlib/jsr.json

10 lines
191 B
JSON
Raw Permalink Normal View History

2024-04-07 20:33:50 +00:00
{
2024-04-07 21:15:31 +00:00
"$schema": "https://jsr.io/schema/config-file.v1.json",
2024-04-07 20:33:50 +00:00
"name": "@staxman/containerlib",
2024-04-07 21:15:31 +00:00
"version": "x.x.x",
"exports": "./mod.ts",
"publish": {
"exclude": [".forgejo"]
}
2024-04-07 20:33:50 +00:00
}