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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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