-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 652 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 652 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
{
"name": "crycode.de-website-public",
"version": "1.0.0",
"private": true,
"description": "Public part of the cryCode.de website",
"scripts": {
"lint": "node lint.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/crycode-de/crycode.de-website-public"
},
"author": {
"name": "Peter Müller",
"email": "peter@crycode.de",
"url": "https://crycode.de"
},
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/crycode-de/crycode.de-website-public/issues"
},
"homepage": "https://crycode.de",
"dependencies": {
"glob": "^11.0.3",
"markdownlint": "^0.38.0"
}
}