mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-26 17:30: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": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "tsc",
|
||||||
"start": "node dist/Main.js",
|
"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"
|
"start:dev": "ts-node-dev --respawn --transpile-only src/Main.ts"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user