File tree Expand file tree Collapse file tree 3 files changed +39
-625
lines changed
Expand file tree Collapse file tree 3 files changed +39
-625
lines changed Original file line number Diff line number Diff line change 5353 ".:test:deno" : " cd deno-runtime && deno task test" ,
5454 ".:test:node" : " NODE_ENV=test ts-node --transpileOnly ./tests/runner.ts" ,
5555 "build" : " run-s .:build:clean .:build:default .:build:deno-cache" ,
56- "bundle" : " node scripts/bundle.js" ,
5756 "dev" : " yarn .:build:default --watch" ,
5857 "fix-lint" : " yarn .:eslint:fix && yarn .:deno-fmt:fix" ,
5958 "gen-doc" : " typedoc" ,
6059 "lint" : " yarn .:lint:eslint && yarn .:lint:deno" ,
61- "prepack" : " yarn bundle" ,
6260 "start" : " run-s .:build:clean .:build:watch" ,
6361 "testunit" : " run-p .:test:node .:test:deno" ,
6462 "typecheck" : " tsc -p tsconfig.json --noEmit"
10199 "@types/stack-trace" : " 0.0.33" ,
102100 "@types/uuid" : " ~10.0.0" ,
103101 "alsatian" : " ^2.4.0" ,
104- "browserify" : " ^16.5.2" ,
105102 "eslint" : " ~9.39.3" ,
106103 "npm-run-all" : " ^4.1.5" ,
107104 "nyc" : " ^17.1.0" ,
108105 "rimraf" : " ^6.0.1" ,
109106 "tap-bark" : " ^1.0.0" ,
110107 "ts-node" : " ^6.2.0" ,
111108 "typedoc" : " ~0.28.16" ,
112- "typescript" : " ~5.9.3" ,
113- "uglify-es" : " ^3.3.10"
109+ "typescript" : " ~5.9.3"
114110 },
115111 "volta" : {
116112 "extends" : " ../../package.json"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments