-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 907 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
35
36
37
38
{
"name": "seanfridman.com",
"version": "1.0.0",
"description": "sean fridman dot com!",
"main": "index.html",
"browserslist": [
"defaults",
"not IE 11",
"not op_mini all"
],
"scripts": {
"lint-css": "postcss --no-map css/main.css | diff css/main.css -",
"lint-js": "eslint js/*.js",
"lint": "npm run lint-css && npm run lint-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfrdmn/seanfridman.com.git"
},
"keywords": [
"sean",
"fridman",
".com"
],
"author": "Sean Fridman",
"license": "MIT",
"bugs": {
"url": "https://github.com/sfrdmn/seanfridman.com/issues"
},
"homepage": "https://github.com/sfrdmn/seanfridman.com#readme",
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "^8.11.0",
"eslint-plugin-compat": "^4.0.2",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0"
}
}