-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.json
37 lines (37 loc) · 856 Bytes
/
deno.json
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
{
"name": "nofo-oru-grant",
"version": "2024.6.6",
"description": "details on grant for commercial adoption of Open Radio Units (O-RUs). Package number: PKG00286272, Opportunity number: NTIA-PWSCIF-24-01",
"author": "Omar Azmi",
"license": "Lulz plz don't steal it yet",
"repository": {
"type": "git",
"url": "git+https://github.com/omar-azmi/nofo-oru-grant.git"
},
"bugs": {
"url": "https://github.com/omar-azmi/nofo-oru-grant/issues"
},
"fmt": {
"useTabs": true,
"semiColons": false,
"singleQuote": false,
"lineWidth": 800,
"proseWrap": "never",
"include": [
"./"
]
},
"compilerOptions": {
"lib": [
"esnext",
"dom",
"deno.ns"
],
"strict": true,
"allowJs": true
},
"tasks": {
"render": "deno run -A render.ts \"./notes/revealjs_test.html\""
},
"imports": { "reveal.js": "npm:reveal.js@^5.1.0" }
}