-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 998 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
32
33
34
{
"name": "marketkarma.com",
"version": "1.0.0",
"description": "MarketKarma.com",
"private": true,
"main": "index.js",
"workspaces": [],
"engines": {
"node": "18.17.1"
},
"scripts": {
"netlify:deploy": "DEBUG=* netlify deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoeyBurzynski/marketkarma.com.git"
},
"author": "Joey Burzynski <joey@marketkarma.com> (https://github.com/JoeyBurzynski)",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoeyBurzynski/marketkarma.com/issues"
},
"homepage": "https://github.com/JoeyBurzynski/marketkarma.com#readme",
"devDependencies": {
"@netlify/plugin-lighthouse": "^4.0.7",
"netlify-cli": "^13.2.1",
"netlify-plugin-image-optim": "^0.4.0",
"netlify-plugin-inline-source": "^1.0.4",
"netlify-plugin-minify-html": "^0.3.1",
"netlify-plugin-subfont": "^6.0.0",
"prettier": "3.0.3"
}
}