mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 15:40:52 +01:00
Update dependencies
This commit is contained in:
parent
fc7850789c
commit
3deddc713f
29
package.json
29
package.json
@ -17,7 +17,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start:dev": "ts-node-dev --respawn --transpile-only src/Main.ts",
|
"start:dev": "ts-node-dev --respawn --transpile-only src/Main.ts",
|
||||||
"start": "yarn start:dev",
|
"start": "yarn build && node ./dist/Main.js",
|
||||||
"start:bundle": "yarn start --bundle",
|
"start:bundle": "yarn start --bundle",
|
||||||
"start:extract": "yarn start --extract",
|
"start:extract": "yarn start --extract",
|
||||||
"start:convert-swf": "yarn start --convert-swf"
|
"start:convert-swf": "yarn start --convert-swf"
|
||||||
@ -25,30 +25,29 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bytebuffer": "^5.0.1",
|
"bytebuffer": "^5.0.1",
|
||||||
"concat-frames": "^1.0.3",
|
"concat-frames": "^1.0.3",
|
||||||
"free-tex-packer-core": "^0.3.2",
|
"free-tex-packer-core": "^0.3.4",
|
||||||
"jpg-stream": "^1.1.2",
|
"jpg-stream": "^1.1.2",
|
||||||
"lzma-purejs": "^0.9.3",
|
"lzma-purejs": "^0.9.3",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "2.6.1",
|
||||||
"ora": "^5.3.0",
|
"ora": "5.3.0",
|
||||||
"pako": "^2.0.4",
|
"pako": "^2.0.4",
|
||||||
"png-stream": "^1.0.5",
|
"png-stream": "^1.0.5",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"stream-to-array": "^2.3.0",
|
"stream-to-array": "^2.3.0",
|
||||||
"tsyringe": "^4.4.0",
|
"tsyringe": "^4.7.0",
|
||||||
"xml2js": "^0.4.23"
|
"xml2js": "^0.4.23"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bytebuffer": "^5.0.42",
|
"@types/bytebuffer": "^5.0.42",
|
||||||
"@types/node": "^14.14.28",
|
"@types/node": "^18.6.1",
|
||||||
"@types/node-fetch": "^2.5.8",
|
"@types/node-fetch": "^2.6.2",
|
||||||
"@types/pako": "^1.0.2",
|
"@types/pako": "^2.0.0",
|
||||||
"@types/stream-to-array": "^2.3.0",
|
"@types/stream-to-array": "^2.3.0",
|
||||||
"@types/xml2js": "^0.4.8",
|
"@types/xml2js": "^0.4.11",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
||||||
"@typescript-eslint/parser": "^4.15.1",
|
"@typescript-eslint/parser": "^5.31.0",
|
||||||
"eslint": "^7.20.0",
|
"eslint": "^8.20.0",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node-dev": "^2.0.0",
|
||||||
"ts-node-dev": "^1.1.1",
|
"typescript": "^4.3.5"
|
||||||
"typescript": "^4.1.5"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user