dotfiles/package.json

24 lines
497 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$schema": "https://json.schemastore.org/package.json",
"name": "dotfiles",
"version": "1.0.0",
"private": false,
"description": "FunctionalHackers dotfiles",
"scripts": {
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://git.korhonen.cc/FunctionalHacker/dotfiles"
},
"author": "",
"license": "MIT",
"devDependencies": {
"husky": "^8.0.0"
},
"dependencies": {
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3"
}
}