git.delta.rocks / jrsonnet / refs/commits / 9cb049ebb4a6

difftreelog

source

bindings/jrsonnet-web/deno.json271 Bsourcehistory
1{2	"name": "@jrsonnet/jrsonnet",3	"tasks": {4		"wasmbuild": "deno run -A @deno/wasmbuild -p jrsonnet-web --skip-opt"5	},6	"imports": {7		"@deno/wasmbuild": "jsr:@deno/wasmbuild@^0.21.1",8		"@std/assert": "jsr:@std/assert@^1.0.19"9	},10	"exports": {11		".": "./mod.ts"12	}13}