forked from CarletonComputerScienceSociety/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 807 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
{
"name": "ccss-website",
"version": "1.0.0",
"description": "```bash",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "prettier --check '{layouts,assets}/**/*.{css,scss,html,js}'",
"format": "prettier --write '{layouts,assets}/**/*.{css,scss,html,js}'",
"start" : "hugo server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarletonComputerScienceSociety/ccss-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CarletonComputerScienceSociety/ccss-website/issues"
},
"homepage": "https://github.com/CarletonComputerScienceSociety/ccss-website#readme",
"devDependencies": {
"prettier": "2.1.1",
"prettier-plugin-go-template": "0.0.10"
}
}