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
2023-10-27 16:41:39 -07:00

15 lines
267 B
JSON

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