1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00
shields/frontend/package.json
2021-08-22 17:20:59 +01:00

33 lines
599 B
JSON

{
"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"
]
}
}