File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @denostack/weakref" ,
33 "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+ },
412 "imports" : {
513 "@deno/dnt" : " jsr:@deno/dnt@^0.41.1" ,
614 "@std/assert" : " jsr:@std/assert@^0.221.0" ,
1220 "./iterable_weak_set" : " ./iterable_weak_set.ts" ,
1321 "./weak_value_map" : " ./weak_value_map.ts"
1422 },
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- },
2323 "lint" : {
2424 "exclude" : [" .npm" ]
2525 },
You can’t perform that action at this time.
0 commit comments