-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 879 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 879 Bytes
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
{
"type": "module",
"dependencies": {
"express": "^4.21.2",
"pino": "^9.7.0",
"pino-http": "^10.4.0"
},
"name": "acct-handler",
"version": "1.5.2",
"description": "Example handler for the acct: URI scheme",
"main": "server.js",
"scripts": {
"test": "node --test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/social-web-foundation/acct-handler.git"
},
"keywords": [
"acct",
"webfinger",
"fediverse",
"activitypub",
"userprofile",
"socialweb"
],
"author": "Evan Prodromou <evan@socialwebfoundation.org>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/social-web-foundation/acct-handler/issues"
},
"homepage": "https://github.com/social-web-foundation/acct-handler#readme",
"devDependencies": {
"standard": "^17.1.2"
}
}