-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
33 lines (33 loc) · 973 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
{
"name": "sickchill.github.io",
"version": "1.0.0",
"description": "Site and support files for SickChill",
"main": "",
"dependencies": {},
"devDependencies": {
"prettier": "2.3.2",
"snyk": "^1.1064.0",
"yarn-minify": "^1.0.1"
},
"scripts": {
"test": "snyk test && yarn prettier",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect && yarn prettier --check --ignore-path .gitignore",
"prettier": "prettier '**/*.json' --ignore-path .gitignore --check",
"prettier:fix": "prettier --write '**/*.json' --ignore-path .gitignore --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SickChill/sickchill.github.io.git"
},
"keywords": [
"SickChill"
],
"author": "miigotu",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/SickChill/sickchill.github.io/issues"
},
"homepage": "https://github.com/SickChill/sickchill.github.io#readme",
"snyk": true
}