forked from paulrobertlloyd/paulrobertlloyd-indiekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
{
"private": true,
"name": "ciccarello-indiekit",
"version": "1.0.0",
"description": "Indiekit server for my personal website",
"keywords": [
"indiekit",
"indieweb"
],
"author": {
"name": "Anthony Ciccarello",
"url": "https://www.ciccarello.me"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aciccarello/ciccarello-indiekit.git"
},
"homepage": "https://indiekit.ciccarello.me",
"engines": {
"node": "^20"
},
"main": "indiekit.config.js",
"type": "module",
"scripts": {
"start": "TZ=utc indiekit serve --debug",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@indiekit/endpoint-micropub": "https://gitpkg.now.sh/getindiekit/indiekit/packages/endpoint-micropub?a3ad0faaa176946065955a7f056340d4f514b77a",
"@indiekit/indiekit": "^1.0.0-beta.7",
"@indiekit/store-file-system": "^1.0.0-beta.6",
"@indiekit/store-github": "^1.0.0-beta.6",
"dotenv": "^16.3.1",
"html-metadata": "^1.7.1",
"jest": "^29.7.0",
"lodash": "^4.3.1",
"yaml": "^2.3.4"
}
}