-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "ez-streams",
"description": "EZ streams for node.js",
"version": "4.0.1",
"license": "MIT",
"author": {
"name": "Bruno Jouhier"
},
"repository": {
"type": "git",
"url": "git://github.com/Sage/ez-streams.git"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@types/node": "^12.12.12",
"streamline-node": "^3.1.2",
"streamline-runtime": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-streamline": "^2.0.26",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"dts-bundle": "^0.7.3",
"retyped-qunit-tsd-ambient": "^1.16.0-0",
"streamline": "^3.0.0",
"streamline-helpers": "^3.0.0",
"typescript": "^3.7.2"
},
"scripts": {
"prepare": "node build.js || nodejs build.js",
"test": "node test-callbacks && node test-fibers"
},
"main": "index.js",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Sage/ez-streams/issues"
},
"homepage": "https://github.com/Sage/ez-streams#readme"
}