-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "castoe-streamer",
"version": "3.0.0",
"description": "Castoe Streamer is a package that allows customizability and easy to use data transport between streams. ",
"main": "./src/index.js",
"scripts": {
"test": "echo Test script is working!",
"start": "node .",
"lint": "eslint ."
},
"author": "Cas Martens",
"license": "MIT",
"repository": {
"url": "https://github.com/DevCassie/Castoe-Streamer",
"type": "public"
},
"keywords": [
"stream",
"castoe",
"castoe streamer",
"castoe-streamer",
"data stream",
"stream handler",
"logger",
"tools",
"logger",
"console",
"transport",
"transports",
"data transport"
],
"dependencies": {
"async-series": "0.0.1",
"chalk": "^4.1.0",
"colog": "^1.0.4",
"figures": "^3.2.0",
"is-stream": "^2.0.0",
"lodash": "^4.17.20",
"moment": "^2.29.0"
},
"devDependencies": {
"@types/node": "^14.14.20",
"babel": "^6.23.0",
"eslint": "^7.17.0",
"nodemon": "^2.0.4",
"stream": "0.0.2"
}
}