19 lines
672 B
JSON
19 lines
672 B
JSON
{
|
|
"name": "developer-onboarding",
|
|
"version": "1.0.0",
|
|
"description": "A comprehensive developer environment setup toolkit with automated installation of 60+ essential applications and tools",
|
|
"main": "onboarding.sh",
|
|
"scripts": {
|
|
"lint:md": "markdownlint '*.md' --config .markdownlint.json",
|
|
"lint:md:fix": "markdownlint '*.md' --config .markdownlint.json --fix",
|
|
"lint:md:all": "markdownlint '**/*.md' --config .markdownlint.json --ignore node_modules",
|
|
"test": "echo \"No tests specified\" && exit 0",
|
|
"verify": "./onboarding.sh"
|
|
},
|
|
"devDependencies": {
|
|
"markdownlint-cli": "^0.38.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
} |