mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-26 03:13:57 +00:00
16 lines
407 B
JSON
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"
|
|
}
|
|
}
|