actuallymentor-battery/assets/package.json

16 lines
393 B
JSON

{
"name": "asset-compiler",
"version": "0.0.1",
"description": "Compile template assets for the GUI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Mentor <mentor@palokaj.co> (http://github.com/actuallymentor)",
"license": "MIT",
"dependencies": {
"@resvg/resvg-js": "^2.4.1"
}
}