mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 23:50:52 +01:00
21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"name": "nitroassetconverter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^14.14.22",
|
|
"free-tex-packer-core": "^0.3.2",
|
|
"lodash": "^4.17.20",
|
|
"node-fetch": "^2.6.1",
|
|
"node-gzip": "^1.1.2",
|
|
"swf-extract": "^1.1.0",
|
|
"xml2js": "^0.4.23"
|
|
}
|
|
}
|