dotfiles/package.json

19 lines
399 B
JSON

{
"name": "dotfiles",
"version": "1.0.0",
"description": "ayo's configuration files",
"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"
}
}