-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 846 Bytes
/
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
{
"name": "exstream.js",
"version": "0.25.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest --verbose --runInBand",
"ci:test": "jest --runInBand",
"lint": "eslint . --max-warnings 0"
},
"keywords": [],
"author": "Michele Triaca",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/micheletriaca/exstream"
},
"engines": {
"node": ">=14.21.3"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/eslint-parser": "7.16.5",
"eslint": "8.41.0",
"eslint-config-node-opinionated": "0.5.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sonarjs": "0.19.0",
"highland": "2.13.5",
"jest": "29.5.0"
}
}