monkeytype/package.json

12 lines
186 B
JSON

{
"name": "monkeytype",
"version": "1.5.3",
"scripts": {
"start": "firebase serve",
"postinstall": "cd functions && npm install"
},
"engines": {
"node": "10"
}
}