nitro-converter/package.json
2021-12-22 03:45:09 -05:00

47 lines
1.2 KiB
JSON

{
"name": "nitro-converter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/Main.js",
"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",
"pako": "^2.0.4",
"png-stream": "^1.0.5",
"reflect-metadata": "^0.1.13",
"shelljs": "^0.8.4",
"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/pako": "^1.0.2",
"@types/shelljs": "^0.8.10",
"@types/stream-to-array": "^2.3.0",
"@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"
}
}