{ "name": "badge-frontend", "version": "0.0.0", "description": "Shields.io frontend", "private": true, "homepage": "https://shields.io", "license": "CC0-1.0", "repository": { "type": "git", "url": "git+https://github.com/badges/shields.git", "directory": "frontend" }, "scripts": { "test": "echo 'Run tests from parent dir'; false" }, "devDependencies": { "gatsby": "*" }, "babel": { "plugins": [ [ "inline-react-svg", { "svgo": false } ] ], "presets": [ "babel-preset-gatsby" ] } }