{ "name": "kconfig", "version": "1.0.0", "repository": "git@kumoly.io:tools/kconfig.git", "author": "Evan Chen ", "license": "MIT", "scripts": { "build": "rm public/*.js public/*.css && yarn parcel build index.html" }, "dependencies": { "@json-editor/json-editor": "^2.6.1", "parcel": "^2.0.1", "spectre.css": "^0.5.9" }, "targets": { "default": { "distDir": "public", "publicUrl": "./", "sourceMap": false } } }