-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.94 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "PocketToolsNodeAPI",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"@types/body-parser": "^1.17.0",
"@types/cors": "^2.8.4",
"@types/dotenv": "^6.1.0",
"@types/express": "^4.16.1",
"@types/glob": "^7.1.1",
"@types/jsdom": "^12.2.3",
"@types/lodash": "^4.14.123",
"@types/mongoose": "^5.3.22",
"@types/node": "^11.11.3",
"@types/passport": "^1.0.0",
"@types/passport-http-bearer": "^1.0.33",
"@types/stripe": "^6.25.6",
"@types/superagent": "^4.1.1",
"article-parser": "^4.1.1",
"body-parser": "^1.18.3",
"canvas": "^2.4.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.8.10",
"dotenv": "^7.0.0",
"download": "^7.1.0",
"eslint": "^5.15.2",
"eslint-config-airbnb": "^17.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"html-minifier": "^3.5.21",
"jsdom": "^14.0.0",
"kindle-periodical": "git+https://github.com/oscb/kindle-periodical.git",
"lodash": "^4.17.11",
"method-override": "^3.0.0",
"minimist": "^1.2.0",
"mongoose": "^5.4.19",
"node-fetch": "^2.3.0",
"node-readability": "^3.0.0",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-pocket": "^1.0.0",
"pocket-promise": "^1.1.0",
"readability": "mozilla/readability",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"sanitize-html": "^1.20.0",
"showdown": "^1.9.0",
"stripe": "^6.27.0",
"superagent": "^4.1.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333",
"underscore": "^1.9.1",
"utf8": "^3.0.0"
},
"scripts": {
"start": "tsc && node dist/server.js",
"debug": "nodemon --debug watch",
"build": "tsc",
"watch": "tsc -w"
},
"devDependencies": {
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}