{ "name": "admin-frontend", "version": "1.0.0", "description": "An admin panel app for the Mentalo API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node ./build.js", "build-debug": "node ./build.js debug" }, "author": "kuadrado-software", "license": "GPL-3.0", "dependencies": { "object-to-html-renderer": "^1.1.3" }, "devDependencies": { "dotenv": "^10.0.0", "simple-browser-js-bundler": "^0.1.1" } }