-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 KB
/
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": "adamkeyes",
"version": "1.0.0",
"description": "A portfolio website for a client adam keyes",
"source": "index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir ./dist",
"lint": "npx eslint ./src --ext .js",
"lint:eslint": " npx eslint --fix .",
"lint:prettier": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenikuomola/adamkeyes.git"
},
"author": "Stephen Ikuomola",
"license": "ISC",
"bugs": {
"url": "https://github.com/stephenikuomola/adamkeyes/issues"
},
"homepage": "https://github.com/stephenikuomola/adamkeyes#readme",
"devDependencies": {
"@parcel/packager-raw-url": "^2.10.0",
"@parcel/transformer-webmanifest": "^2.10.0",
"eslint": "^8.51.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"parcel": "^2.10.0",
"prettier": "^3.0.3"
}
}