File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @denostack/weakref" ,
3
3
"version" : " 0.2.0" ,
4
+ "tasks" : {
5
+ "test" : " deno task test:unit && deno task test:lint && deno task test:format && deno task test:types" ,
6
+ "test:format" : " deno fmt --check" ,
7
+ "test:lint" : " deno lint" ,
8
+ "test:unit" : " deno test -A" ,
9
+ "test:types" : " deno check mod.ts" ,
10
+ "build:npm" : " deno run --allow-sys --allow-env --allow-read --allow-write --allow-net --allow-run scripts/build_npm.ts"
11
+ },
4
12
"imports" : {
5
13
"@deno/dnt" : " jsr:@deno/dnt@^0.41.1" ,
6
14
"@std/assert" : " jsr:@std/assert@^0.221.0" ,
12
20
"./iterable_weak_set" : " ./iterable_weak_set.ts" ,
13
21
"./weak_value_map" : " ./weak_value_map.ts"
14
22
},
15
- "tasks" : {
16
- "test" : " deno task test:unit && deno task test:lint && deno task test:format && deno task test:types" ,
17
- "test:format" : " deno fmt --check" ,
18
- "test:lint" : " deno lint" ,
19
- "test:unit" : " deno test -A" ,
20
- "test:types" : " deno check mod.ts" ,
21
- "build:npm" : " deno run --allow-env --allow-read --allow-write --allow-net --allow-run scripts/build_npm.ts"
22
- },
23
23
"lint" : {
24
24
"exclude" : [" .npm" ]
25
25
},
You can’t perform that action at this time.
0 commit comments