-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 922 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
{
"name": "nodejs-streams-example",
"version": "1.0.0",
"description": "Node js loggin stream example",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node ./dist/src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodrigomata/nodejs-streams-example.git"
},
"keywords": [
"node",
"nodejs",
"node.js",
"streams",
"logging",
"logs"
],
"author": "rodrigomata",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodrigomata/nodejs-streams-example/issues"
},
"homepage": "https://github.com/rodrigomata/nodejs-streams-example#readme",
"dependencies": {
"@types/express": "^4.17.1",
"@types/node": "^12.11.1",
"async-stream-generator": "^1.0.3",
"express": "^4.17.1",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
}
}