-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
26 lines (26 loc) · 1.66 KB
/
deno.json
File metadata and controls
26 lines (26 loc) · 1.66 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
{
"tasks": {
"bench": "deno bench ./src/benchmark.ts --allow-read --allow-write --allow-net --allow-env --allow-run --allow-sys",
"play:switcher-deno-async": "deno run --watch -A src/states/switcher-deno-async-state.ts",
"play:switcher-deno-local": "deno run --watch -A src/states/switcher-deno-local-state.ts",
"play:switcher-js-async": "deno run --watch -A src/states/switcher-js-async-state.ts",
"play:switcher-js-local": "deno run --watch -A src/states/switcher-js-local-state.ts",
"play:harness-async": "deno run --watch -A src/states/harness-async-state.ts",
"play:optimizely-async": "deno run --watch -A src/states/optimizely-async-state.ts",
"play:unleash-local": "deno run --watch -A src/states/unleash-local-state.ts",
"play:split-local": "deno run --watch -A src/states/split-local-state.ts",
"play:amplitude-experiment-async": "deno run --watch -A src/states/amplitude-experiment-async-state.ts",
"play:amplitude-experiment-local": "deno run --watch -A src/states/amplitude-experiment-local-state.ts",
"fmt": "deno fmt src/ --options-single-quote --options-line-width=120 --check",
"fmt:fix": "deno fmt src/ --options-single-quote --options-line-width=120"
},
"lock": false,
"imports": {
"@harnessio/ff-nodejs-server-sdk": "npm:@harnessio/ff-nodejs-server-sdk@^1.8.9",
"@optimizely/optimizely-sdk": "npm:@optimizely/optimizely-sdk@^6.1.0",
"switcher-client": "npm:switcher-client@^4.5.0",
"switcher-client-deno": "jsr:@switcherapi/switcher-client-deno@^2.4.0",
"unleash-client": "npm:unleash-client@^6.7.0",
"@amplitude/experiment-node-server": "npm:@amplitude/experiment-node-server@^1.11.0"
}
}