{ "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 (http://github.com/actuallymentor)", "license": "MIT", "dependencies": { "@resvg/resvg-js": "^2.4.1" } }