-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 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
35
36
37
38
39
40
41
42
{
"name": "the-jared-wilcurt-site",
"version": "1.0.0",
"description": "Official website of The Jared Wilcurt.",
"author": "The Jared Wilcurt",
"engines": {
"node": "14"
},
"scripts": {
"start": "node ./node_modules/npm-free-server/dist/server.js",
"installer": "npm install --loglevel=error",
"lint": "eslint --config=.eslintrc.js _scripts",
"fix": "eslint --fix --config=.eslintrc.js _scripts",
"sasslint": "sass-lint -c .sass-lint.yml -v -f compact",
"sassfix": "sass-lint-auto-fix -c .sass-lint.yml",
"validate": "npm run lint && npm run sasslint"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-tjw-base": "^1.0.0",
"npm-free-server": "^1.1.0",
"sass": "^1.49.0",
"sass-lint": "^1.13.1",
"tjw-sasslint-rules": "^2.1.0"
},
"sasslintConfig": ".sass-lint.yml",
"homepage": "https://TheJaredWilcurt.github.io",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/TheJaredWilcurt/TheJaredWilcurt.github.io/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/TheJaredWilcurt/TheJaredWilcurt.github.io.git"
},
"bugs": {
"url": "https://github.com/TheJaredWilcurt/TheJaredWilcurt.github.io/issues"
}
}