You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
foodotfiles/package.json

24 lines
497 B
JSON

{
"$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"
}
}