Switch to yarn

This commit is contained in:
Bill 2021-12-23 02:43:21 -05:00
parent 6ab7fa37f1
commit 1b7f907363
3 changed files with 2551 additions and 7684 deletions

7684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,11 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/Main.js",
"start:bundle": "yarn start --bundle",
"start:extract": "yarn start --extract",
"start:convert-swf": "yarn start --convert-swf",
"start:dev": "ts-node-dev --respawn --transpile-only src/Main.ts"
},
"author": "",

2547
yarn.lock Normal file

File diff suppressed because it is too large Load Diff