-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 914 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
{
"name": "submelon.dev",
"version": "2.0.x",
"private": true,
"description": "submelon.dev",
"author": "Kevin J Hoerr",
"license": "BlueOak-1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/kjhoerr/submelon.dev.git"
},
"scripts": {
"build": "npm run clean && npx @11ty/eleventy",
"clean": "rm -rf public/*",
"format": "prettier -w src",
"post-build": "badgen -j \"Last Publish\" -s \"$(date --date=\"@$(cat config.json | grep 'version' | grep -oe '[0-9]*')\" -I)\" -c blue > publish-badge.svg",
"start": "npx @11ty/eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@types/11ty__eleventy-img": "^4.0.0",
"@types/node": "^20.14.12",
"badgen-cli": "^0.2.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}