{ "name": "@commontools/schema-generator", "version": "0.1.0", "exports": { ".": "./src/index.ts", "./interface": "./src/interface.ts", "./cell-brand": "./src/typescript/cell-brand.ts", "./type-traversal": "./src/typescript/type-traversal.ts" }, "imports": { "typescript": "npm:typescript" }, "tasks": { "test": "deno test --allow-read --allow-write --allow-run --allow-env=API_URL,\"TSC_*\",NODE_INSPECTOR_IPC,VSCODE_INSPECTOR_OPTIONS,NODE_ENV,UPDATE_GOLDENS,FIXTURE,SKIP_INPUT_CHECK test/**/*.test.ts", "test:check": "deno test --allow-read --allow-write --allow-run --allow-env=API_URL,\"TSC_*\",NODE_INSPECTOR_IPC,VSCODE_INSPECTOR_OPTIONS,NODE_ENV,UPDATE_GOLDENS,FIXTURE,SKIP_INPUT_CHECK test/**/*.test.ts", "check": "deno check src/**/*.ts test/**/*.ts", "fmt": "deno fmt src/ test/", "lint": "deno lint src/ test/" }, "compilerOptions": { "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "exactOptionalPropertyTypes": true } }