mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 15:40:52 +01:00
Switch to yarn
This commit is contained in:
parent
6ab7fa37f1
commit
1b7f907363
7684
package-lock.json
generated
7684
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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": "",
|
||||
|
Loading…
Reference in New Issue
Block a user