-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
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": "lambda-stream-lib",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-unit": "mocha --recursive --bail --timeout 99999",
"coverage-unit": "nyc --reporter html npm run test-unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lambda256/lambda-stream-lib.git"
},
"author": "lambda256",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lambda256/lambda-stream-lib/issues"
},
"homepage": "https://github.com/Lambda256/lambda-stream-lib#readme",
"dependencies": {
"delay": "^4.3.0",
"enum": "^2.5.0",
"ws": "^7.1.2"
},
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^3.0.2",
"knex-automigrate": "0.0.8",
"mocha": "^6.1.4",
"mock-require": "^3.0.3",
"nyc": "^14.1.1",
"simple-mock": "^0.8.0",
"sinon": "^7.4.2",
"supertest": "^4.0.2"
}
}