forked from Readme-Workflows/readme-workflows.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 802 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
{
"name": "readme-workflows.github.io",
"version": "1.0.0",
"description": "Website of Readme-Workflows organisation",
"keywords": [
"website",
"Readme-Workflows"
],
"author": "The Readme-Workflows organisation",
"license": "",
"scripts": {
"format:check": "prettier --check .",
"format": "prettier --write ."
},
"dependencies": {},
"devDependencies": {
"prettier": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Readme-Workflows/readme-workflows.github.io.git"
},
"bugs": {
"url": "https://github.com/Readme-Workflows/readme-workflows.github.io/issues"
},
"homepage": "https://github.com/Readme-Workflows/readme-workflows.github.io#readme"
}