1{2 "name": "@jrsonnet/jrsonnet",3 "license": "MIT",4 "version": "0.0.2",5 "tasks": {6 "wasmbuild": "deno run -A @deno/wasmbuild -p jrsonnet-web --skip-opt"7 },8 "imports": {9 "@deno/dnt": "jsr:@deno/dnt@^0.42.3",10 "@deno/wasmbuild": "jsr:@deno/wasmbuild@^0.21.1",11 "@std/assert": "jsr:@std/assert@^1.0.19"12 },13 "exports": {14 ".": "./mod.ts",15 "./fmt": "./fmt.ts"16 },17 "publish": {18 "exclude": [19 "!lib"20 ]21 },22 "fmt": {23 "useTabs": true24 }25}difftreelog
source
bindings/jrsonnet-web/deno.json453 Bsourcehistory