-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 1.11 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
{
"name": "schoology-extension",
"version": "1.0.0",
"description": "Website: [https://harker-hackers.github.io/schoology-extension](https://harker-hackers.github.io/schoology-extension).",
"main": "main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format-code": "node_modules/prettier/bin-prettier.js --write .",
"spellcheck": "node_modules/spellchecker-cli/index.js docs/index.md -i Schoology Harker dropdown",
"link-check": "node_modules/markdown-link-check/markdown-link-check docs/index.md "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harker-Hackers/schoology-extension.git"
},
"author": "Harker Hackers",
"license": "MIT",
"bugs": {
"url": "https://github.com/Harker-Hackers/schoology-extension/issues"
},
"homepage": "https://github.com/Harker-Hackers/schoology-extension#readme",
"devDependencies": {
"markdown-link-check": "^3.8.7",
"prettier": "2.2.1",
"spellchecker-cli": "^4.4.0"
}
}