-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "vibrancy",
"version": "0.1.0",
"description": "Personal website Micropub server",
"engines": {
"node": ">=22"
},
"scripts": {
"start": "npx arc sandbox",
"test": "tape test/*-test.js",
"lint": "standard"
},
"dependencies": {
"@architect/functions": "^8.1.9",
"@atproto/api": "^0.3.3",
"@gitbeaker/node": "^31.1.0",
"@octokit/rest": "^22.0.0",
"brevity": "^0.2.9",
"cheerio": "^1.0.0-rc.6",
"cloudinary": "^2.9.0",
"lambda-multipart-data-parser": "^1.0.4",
"open-graph-scraper": "^4.9.2"
},
"devDependencies": {
"@architect/architect": "^12.0.0",
"@aws-sdk/client-apigatewaymanagementapi": "^3.1011.0",
"@aws-sdk/client-dynamodb": "^3.1011.0",
"@aws-sdk/client-s3": "^3.1011.0",
"@aws-sdk/client-sns": "^3.1011.0",
"@aws-sdk/client-sqs": "^3.1011.0",
"@aws-sdk/client-ssm": "^3.1011.0",
"@aws-sdk/lib-dynamodb": "^3.1011.0",
"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",
"overrides": {
"tmp": "^0.2.4",
"fast-xml-parser": "^5.5.6"
}
}