-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 996 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "sparkles",
"version": "0.12.0",
"description": "micropub client",
"main": "./src/js/app.js",
"scripts": {
"build:vite": "vite build",
"start:vite": "vite",
"bump": "npm --no-git-tag-version version",
"lint": "eslint src",
"preview": "vite preview"
},
"keywords": [
"indieweb",
"micropub",
"netlify",
"lambda",
"serverless"
],
"author": "Benji Encalada Mora <[email protected]>",
"license": "MIT",
"homepage": "https://sparkles.sploot.com",
"repository": {
"type": "git",
"url": "git://github.com/benjifs/sparkles.git"
},
"bugs": {
"url": "https://github.com/benjifs/sparkles/issues"
},
"devDependencies": {
"eslint": "8.57.0",
"sass": "^1.80.4",
"vite": "^5.4.10"
},
"dependencies": {
"cheerio": "^1.0.0",
"encoding": "^0.1.13",
"http-link-header": "^1.1.3",
"mithril": "^2.2.8",
"node-fetch": "^3.3.2"
},
"engines": {
"node": "20.x",
"npm": ">=8.x"
}
}