-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "webmention-handler-mongodb",
"version": "0.2.1",
"description": "A Mongo DB Storage Handler for the Webmention Handler Project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo 'No Tests Yet'",
"build": "rollup -c rollup.config.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vandie/webmention-handler-mongo.git"
},
"keywords": [
"webmentions",
"indieweb",
"mentions"
],
"author": "Michael Walter Van Der Velden <[email protected]> (https://mikevdv.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vandie/webmention-handler-mongo/issues"
},
"homepage": "https://github.com/vandie/webmention-handler-mongo#readme",
"dependencies": {
"mongodb": "^4.8.1",
"webmention-handler": "^0.0.8"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"@types/node": "^18.6.3",
"rollup": "^2.77.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}