-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathdeno.json
More file actions
77 lines (77 loc) · 5.12 KB
/
Copy pathdeno.json
File metadata and controls
77 lines (77 loc) · 5.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"nodeModulesDir": "auto",
"exclude": ["lib", "coverage"],
"tasks": {
"dev": "deno run --allow-run --allow-env predev.ts && deno task dev:serve",
"dev:serve": "deno serve --allow-env --allow-net --allow-read --allow-run=git --allow-sys --sloppy-imports --env-file=.env --port 8787 src/kernel.ts",
"test": "deno test --allow-env --allow-net --allow-read --allow-sys",
"check": "deno check --sloppy-imports src/kernel.ts",
"commitlint": "deno run --allow-env --allow-read --allow-run --allow-sys npm:@commitlint/cli@19.3.0",
"fmt": "deno run --allow-read --allow-write --allow-run --allow-env --allow-sys npm:prettier@3.3.3 --write .",
"fmt:check": "deno run --allow-read --allow-write --allow-run --allow-env --allow-sys npm:prettier@3.3.3 --check .",
"format": "deno task format:lint && deno task format:prettier",
"format:lint": "deno run --allow-read --allow-run --allow-env --allow-sys --allow-write npm:eslint@9.7.0 --fix src tests scripts predev.ts",
"format:prettier": "deno run --allow-read --allow-write --allow-run --allow-env --allow-sys npm:prettier@3.3.3 --write .",
"hooks:install": "git config core.hooksPath .husky",
"lint-staged": "deno run --allow-env --allow-read --allow-run --allow-write npm:lint-staged@15.2.7",
"lint": "deno run --allow-read --allow-run --allow-env --allow-sys --allow-write npm:eslint@9.7.0 src tests scripts predev.ts",
"deps:unused": "deno run --allow-read --allow-run scripts/unused-files.ts",
"deps:unused:strict": "deno run --allow-read --allow-run scripts/unused-files.ts --fail",
"deno-logs": "deno run --allow-run --allow-env scripts/deno-deploy-logs.ts",
"dash-logs": "deno run --allow-net --allow-env scripts/dash-logs-fetcher.ts",
"dash-logs:beta": "deno run --allow-net --allow-env scripts/dash-logs-fetcher.ts --project-id=7f8de540-0885-4313-84c8-d3d6b3a40a49 --deployment-id=ktca8xhgvq5d --since=1h --format=ndjson",
"dash-logs:ai": "deno run --allow-net --allow-env scripts/dash-logs-fetcher.ts --project-id=ac40defb-c3ad-4253-a39b-34bf9731217a --deployment-id=latest --since=1h --format=ndjson",
"dash-logs:human": "deno run --allow-net --allow-env scripts/dash-logs-fetcher.ts --project-id=ac40defb-c3ad-4253-a39b-34bf9731217a --deployment-id=latest --since=1h --format=table",
"dev:easy": "deno run -A predev.ts && deno task dev:serve:easy",
"dev:serve:easy": "deno serve -A --sloppy-imports --env-file=.env --port 8787 src/kernel.ts"
},
"compilerOptions": {
"lib": ["deno.ns", "deno.window"],
"strict": true
},
"imports": {
"@cfworker/json-schema": "npm:@cfworker/json-schema@2.0.1",
"@octokit/auth-app": "npm:@octokit/auth-app@8.0.2",
"@octokit/core": "npm:@octokit/core@7.0.3",
"@octokit/plugin-paginate-rest": "npm:@octokit/plugin-paginate-rest@11.4.3",
"@octokit/plugin-request-log": "npm:@octokit/plugin-request-log@5.3.1",
"@octokit/plugin-rest-endpoint-methods": "npm:@octokit/plugin-rest-endpoint-methods@13.3.1",
"@octokit/plugin-retry": "npm:@octokit/plugin-retry@7.1.4",
"@octokit/plugin-throttling": "npm:@octokit/plugin-throttling@11.0.3",
"@octokit/rest": "npm:@octokit/rest@22.0.0",
"@octokit/types": "npm:@octokit/types@14.1.0",
"@octokit/webhooks": "npm:@octokit/webhooks@14.2.0",
"@octokit/webhooks-types": "npm:@octokit/webhooks-types@7.6.1",
"@sinclair/typebox": "npm:@sinclair/typebox@0.34.41",
"@sinclair/typebox/value": "npm:@sinclair/typebox@0.34.41/value",
"@ubiquity-os/plugin-sdk": "npm:@ubiquity-os/plugin-sdk@3.12.8",
"@ubiquity-os/plugin-sdk/compression": "npm:@ubiquity-os/plugin-sdk@3.12.8/compression",
"@ubiquity-os/plugin-sdk/configuration": "npm:@ubiquity-os/plugin-sdk@3.12.8/configuration",
"@ubiquity-os/plugin-sdk/manifest": "npm:@ubiquity-os/plugin-sdk@3.12.8/manifest",
"@ubiquity-os/plugin-sdk/octokit": "npm:@ubiquity-os/plugin-sdk@3.12.8/octokit",
"@ubiquity-os/plugin-sdk/signature": "npm:@ubiquity-os/plugin-sdk@3.12.8/signature",
"@eslint/js": "npm:@eslint/js@9.7.0",
"@cspell/dict-node/cspell-ext.json": "npm:@cspell/dict-node@5.0.1/cspell-ext.json",
"@cspell/dict-software-terms": "npm:@cspell/dict-software-terms@3.4.6",
"@cspell/dict-typescript/cspell-ext.json": "npm:@cspell/dict-typescript@3.1.5/cspell-ext.json",
"cspell": "npm:cspell@8.9.0",
"dotenv": "npm:dotenv@16.4.5",
"eslint": "npm:eslint@9.7.0",
"eslint-plugin-check-file": "npm:eslint-plugin-check-file@2.8.0",
"eslint-plugin-sonarjs": "npm:eslint-plugin-sonarjs@1.0.3",
"hono": "npm:hono@4.9.1",
"hono/adapter": "npm:hono@4.9.1/adapter",
"hono/http-exception": "npm:hono@4.9.1/http-exception",
"hono/request-id": "npm:hono@4.9.1/request-id",
"hono/utils/http-status": "npm:hono@4.9.1/utils/http-status",
"js-yaml": "npm:js-yaml@4.1.0",
"lint-staged": "npm:lint-staged@15.2.7",
"pino": "npm:pino@9.0.0",
"pino-pretty": "npm:pino-pretty@13.1.1",
"prettier": "npm:prettier@3.3.3",
"typescript-eslint": "npm:typescript-eslint@8.49.0",
"yaml": "npm:yaml@2.7.0",
"graphology": "npm:graphology@0.26.0"
},
"allowScripts": ["npm:@swc/core@1.15.8", "npm:fsevents@2.3.3", "npm:msw@2.12.7"]
}