{ "name": "configui", "version": "1.0.0", "description": "a web app to edit and action on update", "scripts": { "build": "sass --style compressed src/main.scss public/css/main.css", "start": "sass src/main.scss public/css/main.css", "js-dev": "parcel build src/main.js --dist-dir public/js --no-content-hash", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@kumoly.io:tools/configui.git" }, "author": "", "license": "ISC", "dependencies": { "@creativebulma/bulma-tooltip": "^1.2.0", "bulma": "^0.9.3", "sass": "^1.43.2" } }