{ "name": "@commontools/js-compiler", "tasks": { "test": "deno test --allow-read --allow-write --allow-run --allow-env=UPDATE_GOLDENS,API_URL,\"TSC_*\",NODE_INSPECTOR_IPC,VSCODE_INSPECTOR_OPTIONS,NODE_ENV test/*.test.ts" }, "imports": { "typescript": "npm:typescript", "source-map-js": "npm:source-map-js@^1.2.1" }, "exports": { ".": "./mod.ts", "./typescript": "./typescript/mod.ts", "./source-map": "./source-map.ts" }, "fmt": { "exclude": ["test/fixtures/"] }, "lint": { "exclude": ["test/fixtures/"] } }