-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@remy/webmention",
"version": "1.4.5",
"description": "Web Mentions sender",
"main": "./lib/webmention.js",
"repository": "github:remy/wm",
"bin": {
"wm": "./bin/wm.js",
"webmention": "./bin/wm.js"
},
"files": [
"lib/**/*",
"bin/wm.js",
"generated/*"
],
"scripts": {
"dev": "nuxt",
"deploy": "npm run build && now",
"build": "nuxt generate",
"now-build": "nuxt generate",
"now-dev": "nuxt",
"test:watch": "tap __tests__/*.test.js --no-coverage-report --watch",
"test": "tap"
},
"keywords": [
"webmention",
"webmentions",
"indieweb"
],
"author": "Remy Sharp (https://remysharp.com)",
"license": "MIT",
"dependencies": {
"cheerio": "0.22.0",
"clui": "^0.3.6",
"decodeuricomponent": "^0.3.1",
"follow-redirects": "^1.7.0",
"li": "^1.3.0",
"microformat-node": "^2.0.1",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"optimist": "^0.6.1",
"rss-parser": "^3.7.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"aws-sdk": "^2.466.0",
"cookie-universal-nuxt": "^2.0.14",
"@nuxtjs/markdownit": "^1.2.4",
"@remy/envy": "^4.0.2",
"markdown-it-named-headings": "^1.1.0",
"markdown-it-task-lists": "^2.1.1",
"micro": "^9.3.4",
"micro-dev": "^3.0.0",
"nuxt": "^2.8.1",
"tap": "^14.2.0"
}
}