-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 847 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "devolunch",
"version": "1.17.0",
"description": "DevoLunch is an lunch app used for providing the todays lunch menus nearby the office.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jayway/devolunch.git"
},
"homepage": "https://github.com/jayway/devolunch#readme",
"scripts": {
"dev": "turbo dev",
"lint": "turbo lint --color --cache-dir=.turbo",
"format": "turbo format",
"typecheck": "turbo typecheck --color --cache-dir=.turbo",
"clean": "turbo clean",
"test": "turbo test --color --cache-dir=.turbo",
"test:watch": "turbo test --color --cache-dir=.turbo -- --watch",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"husky": "^8.0.3",
"prettier": "^2.8.8",
"turbo": "1.10.7"
}
}