-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.06 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
40
41
42
43
44
45
46
47
{
"name": "vibrancy",
"version": "0.1.0",
"description": "Personal website Micropub server",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "npx arc sandbox",
"test": "tape test/*-test.js",
"lint": "standard"
},
"dependencies": {
"@architect/functions": "^5.4.1",
"@atproto/api": "^0.3.3",
"@gitbeaker/node": "^31.1.0",
"@octokit/rest": "^18.12.0",
"brevity": "^0.2.9",
"cheerio": "^1.0.0-rc.6",
"cloudinary": "^1.27.1",
"lambda-multipart-parser": "0.0.2",
"open-graph-scraper": "^4.9.2",
"twit": "^2.2.11"
},
"devDependencies": {
"@architect/architect": "^10.12.5",
"standard": "^17.0.0",
"tape": "^5.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barryf/vibrancy.git"
},
"keywords": [
"micropub",
"indieweb",
"architect",
"cms",
"serverless"
],
"author": "Barry Frost",
"license": "MIT",
"bugs": {
"url": "https://github.com/barryf/vibrancy/issues"
},
"homepage": "https://github.com/barryf/vibrancy#readme"
}