dotfiles/package.json
2026-06-18 12:57:13 +02:00

20 lines
418 B
JSON

{
"name": "dotfiles",
"version": "1.0.0",
"description": "ayo's configuration files",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://git.ayo.run/ayo/dotfiles"
},
"author": "Ayo Ayco",
"license": "MIT",
"devDependencies": {
"husky": "^9.1.7"
}
}