-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 886 Bytes
/
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
31
{
"name": "bischoff.media",
"type": "module",
"version": "3.1.0",
"description": "bischoff.media",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"eleventy-sass": "^3.0.0-beta.0",
"jest": "^29.7.0",
"sass": "^1.83.4"
},
"scripts": {
"start": "eleventy --watch --serve",
"build": "eleventy",
"cache-update": "mv dist/sw.sample.js dist/sw.js && sed -i \"s/{version}/$(date +\"%Y%m%d%H%M%S\")/\" dist/sw.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medienlampe/bischoff.media.git"
},
"author": "Sven Bischoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/medienlampe/bischoff.media/issues"
},
"homepage": "https://github.com/medienlampe/bischoff.media#readme",
"dependencies": {
"@11ty/eleventy-upgrade-help": "^3.0.1"
}
}