-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
18 lines (18 loc) · 655 Bytes
/
Copy pathdeno.json
File metadata and controls
18 lines (18 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@accessibility-everywhere/github-action",
"version": "1.0.0",
"license": "MIT",
"tasks": {
"build": "deno run -A --node-modules-dir=auto npm:rescript@^12.0.0",
"clean": "deno run -A --node-modules-dir=auto npm:rescript@^12.0.0 clean",
"dev": "deno run -A --node-modules-dir=auto npm:rescript@^12.0.0 -w"
},
"imports": {
"rescript": "npm:rescript@^12.0.0",
"@rescript/core": "npm:@rescript/core@^1.6.0",
"@actions/core": "npm:@actions/core@^1.10.0",
"@actions/github": "npm:@actions/github@^6.0.0"
},
"nodeModulesDir": "auto"
}