mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 19:08:26 +08:00
21 lines
374 B
JSON
21 lines
374 B
JSON
{
|
|
"name": "monkeytype",
|
|
"version": "1.5.3",
|
|
"scripts": {
|
|
"start": "firebase serve",
|
|
"postinstall": "cd functions && npm install"
|
|
},
|
|
"engines": {
|
|
"node": "10"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^4.3.0",
|
|
"prettier": "2.1.2",
|
|
"pretty-quick": "^3.1.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|