Files
.github/package.json
2025-01-29 14:27:54 +02:00

16 lines
407 B
JSON

{
"name": "@ivuorinen/dotgithub",
"version": "1.0.0",
"private": true,
"description": "My Shared GitHub Actions & Configurations.",
"scripts": {
"lint": "npx mega-linter-runner --flavor cupcake",
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "Ismo Vuorinen <https://github.com/ivuorinen>",
"license": "MIT",
"devDependencies": {
"prettier": "^3.3.3"
}
}