-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
24 lines (24 loc) · 893 Bytes
/
Copy pathdeno.json
File metadata and controls
24 lines (24 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@backflip/html",
"version": "0.1.0",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"unstable": ["sloppy-imports"],
"exclude": ["lsp/", "css/", "dev-explainers/", "dist/", "vscode-backflip/"],
"tasks": {
"test": "deno test --allow-read --allow-write --allow-env --allow-run=php,deno"
},
"imports": {
"acorn": "npm:acorn",
"parse5-html-rewriting-stream": "npm:parse5-html-rewriting-stream",
"@eslint/css-tree": "npm:@eslint/css-tree@^4.1.0",
"css-select": "npm:css-select@^7.0.0",
"css-what": "npm:css-what@^8.0.0",
"parse5": "npm:parse5@^7.2.1",
"specificity": "npm:specificity@^1.0.0",
"@backflip/assets": "./assets/src/index.ts",
"@backflip/css": "./css/src/index.ts",
"@std/assert": "jsr:@std/assert",
"@std/cli": "jsr:@std/cli@^1.0.28"
}
}