{ "name": "@stack.gallery/registry", "version": "1.0.0", "exports": "./mod.ts", "nodeModulesDir": "auto", "tasks": { "start": "deno run --allow-all mod.ts server", "dev": "deno run --allow-all --watch mod.ts server --ephemeral", "test": "deno test --allow-all", "build": "cd ui && pnpm run build" }, "imports": { "@push.rocks/smartregistry": "npm:@push.rocks/smartregistry@^2.5.0", "@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.0.13", "@push.rocks/smartbucket": "npm:@push.rocks/smartbucket@^4.3.0", "@push.rocks/smartlog": "npm:@push.rocks/smartlog@^3.1.0", "@push.rocks/smartenv": "npm:@push.rocks/smartenv@^6.0.0", "@push.rocks/smartpath": "npm:@push.rocks/smartpath@^6.0.0", "@push.rocks/smartpromise": "npm:@push.rocks/smartpromise@^4.2.0", "@push.rocks/smartstring": "npm:@push.rocks/smartstring@^4.1.0", "@push.rocks/smartcrypto": "npm:@push.rocks/smartcrypto@^2.0.0", "@push.rocks/smartjwt": "npm:@push.rocks/smartjwt@^2.2.0", "@push.rocks/smartunique": "npm:@push.rocks/smartunique@^3.0.0", "@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.0", "@push.rocks/smartrx": "npm:@push.rocks/smartrx@^3.0.0", "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.0", "@push.rocks/smartarchive": "npm:@push.rocks/smartarchive@^5.0.0", "@tsclass/tsclass": "npm:@tsclass/tsclass@^9.3.0", "@std/path": "jsr:@std/path@^1.0.0", "@std/fs": "jsr:@std/fs@^1.0.0", "@std/http": "jsr:@std/http@^1.0.0" }, "compilerOptions": { "strict": true, "lib": ["deno.window"] }, "lint": { "rules": { "exclude": ["no-explicit-any"] } }, "fmt": { "singleQuote": true, "lineWidth": 100 } }