-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 Bytes
/
package.json
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
28
29
30
31
{
"name": "weneedtoeat",
"version": "1.0.0",
"description": "My wife and I have a hard time picking where we're going to eat when we're too lazy to make food.",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"repository": {
"type": "git",
"url": "git+https://github.com/dallenbaldwin/WeNeedToEat.git"
},
"author": "Dallen Baldwin",
"license": "UNLICENSE",
"homepage": "https://weneedtoeat.dallenbaldwin.dev",
"devDependencies": {
"@parcel/packager-raw-url": "^2.8.3",
"@parcel/transformer-webmanifest": "^2.8.3",
"@types/jquery": "^3.5.16",
"parcel": "^2.8.3"
},
"prettier": {
"arrowParens": "always",
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}
}