-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.16 KB
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
37
{
"name": "durtnurs.github.io",
"version": "1.0.0",
"description": "Welcome to the official website repository for **tHE dURT nURS'**, a rock band combining gritty authentic rock aesthetic with self-aware absurdism.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "eleventy && node scripts/minify.js",
"build:dev": "eleventy",
"serve": "eleventy --serve",
"minify": "node scripts/minify.js",
"generate-thumbnails": "node scripts/generate-thumbnails.js",
"optimize-images": "node scripts/optimize-images.js",
"prepare-hero": "node scripts/prepare-hero-images.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CuWilliams/durtnurs.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/CuWilliams/durtnurs.github.io/issues"
},
"homepage": "https://github.com/CuWilliams/durtnurs.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"clean-css": "^5.3.3",
"sharp": "^0.34.5",
"terser": "^5.46.0"
}
}