generated from sambacha/starter-slim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 954 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 954 Bytes
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
34
35
36
{
"name": "backbone-cabal-kb",
"version": "1.4.0",
"description": "Backbone Cabal Knowledgebase",
"main": "index.js",
"files": [
"docs"
],
"scripts": {
"report": "lighthouse http://127.0.0.1:4000",
"lint": "npx prettier --write .",
"lint:md": "npx prettier --config .prettierrc.js --write '**/*.md'",
"lint:fix": "sh ./lint-fix.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/backbonecabal/knowledgebase.git"
},
"keywords": [],
"author": "SEE CONTRIBUTORS",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/backbonecabal/knowledgebase/issues"
},
"homepage": "https://github.com/backbonecabal/knowledgebase#readme",
"directories": {
"doc": "docs"
},
"devDependencies": {
"lighthouse": "^7.2.0",
"markdownlint": "^0.23.1",
"markdownlint-cli": "^0.27.1",
"netlify-cli": "^3.10.6",
"semantic-release": "^17.4.1"
}
}