mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 23:50:52 +01:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "nitro-converter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start:dev": "ts-node-dev --respawn --transpile-only src/main.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bytebuffer": "^5.0.1",
|
|
"concat-frames": "^1.0.3",
|
|
"free-tex-packer-core": "^0.3.2",
|
|
"jimp": "^0.16.1",
|
|
"jpg-stream": "^1.1.2",
|
|
"lodash": "^4.17.20",
|
|
"lzma-purejs": "^0.9.3",
|
|
"node-fetch": "^2.6.1",
|
|
"node-gzip": "^1.1.2",
|
|
"ora": "^5.3.0",
|
|
"png-stream": "^1.0.5",
|
|
"reflect-metadata": "^0.1.13",
|
|
"stream-to-array": "^2.3.0",
|
|
"tsyringe": "^4.4.0",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bytebuffer": "^5.0.42",
|
|
"@types/node": "^14.14.28",
|
|
"@types/node-fetch": "^2.5.8",
|
|
"@types/xml2js": "^0.4.8",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
"@typescript-eslint/parser": "^4.15.1",
|
|
"eslint": "^7.20.0",
|
|
"ts-node": "^9.1.1",
|
|
"ts-node-dev": "^1.1.1",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|