-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 886 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 886 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
{
"name": "heise-feed",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "DEBUG='heise-feed heise-feed:*' npx nodemon",
"start": "ts-node -r tsconfig-paths/register src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@raynode/nx-logger": "^6.1.1",
"@raynode/nx-logger-debug": "^1.1.1",
"apollo-cache-inmemory": "^1.3.11",
"apollo-client": "^2.4.7",
"apollo-link-ws": "^1.0.10",
"date-fns": "^1.30.1",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"moment": "^2.22.2",
"rss-parser": "^3.6.0",
"subscriptions-transport-ws": "^0.9.15",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",
"typescript": "^3.2.1",
"ws": "^6.1.2"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}