-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 893 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "davewalker5.github.io",
"version": "1.0.0",
"description": "[](https://davidwalker.uk) [](LICENSE) [](LICENSE-CONTENT.md)  [](https://pages.github.com/) ",
"main": "index.js",
"scripts": {
"spellcheck": "cspell \"**/*.md\"",
"lint:prose": "vale .",
"lint": "npm run spellcheck && npm run lint:prose"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"cspell": "^9.8.0"
}
}