This repository has been archived on 2024-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
PackConverterJS/package.json

17 lines
327 B
JSON

{
"name": "packconverter",
"version": "1.0.0",
"description": "L vipermc",
"main": "index.js",
"scripts": {
"start": "rm -r out && mkdir out && node index.js",
"test": "clear && npm start"
},
"author": "",
"license": "ISC",
"dependencies": {
"decompress": "^4.2.1",
"jsonfile": "^6.1.0"
}
}