-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": {
"name": "maestro_io",
"email": "ari@maestro.io"
},
"dependencies": {
"ioredis": "4.28.5",
"koa-is-json": "1.0.0",
"lodash": "^4.17.21",
"stream-to-array": "^2.3.0",
"typescript": "^4.5.4"
},
"description": "Dobi.io Caching Middleware",
"homepage": "http://www.dobi.io",
"keywords": "dobi.io,lessthan3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"name": "dobi-cache-2",
"scripts": {
"build": "tsc",
"format": "npm run lint --fix",
"lint": "tslint --format stylish -p tsconfig.json",
"prepublishOnly": "NODE_ENV=production npm run build",
"test": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=false",
"test:coverage": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=true",
"test:watch": "NODE_ENV=test jest --watch --no-cache --verbose --collectCoverage=false"
},
"repository": {
"type": "git",
"url": "git://github.com/lessthan3/dobi-cache.git"
},
"engines": {
"node": ">= 10"
},
"version": "5.0.9",
"devDependencies": {
"@types/koa": "^2.11.0",
"@types/lodash": "^4.14.149",
"@types/node": "^13.5.2",
"@types/stream-to-array": "^2.3.0",
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.1",
"@types/ioredis": "^4.17.3",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-plugin-dynamic-import-node": "^2.0.0",
"esm": "^3.2.25",
"jest": "^23.5.0",
"koa": "^2.6.1",
"koa-router": "^7.4.0",
"supertest": "^3.2.0",
"ts-node": "^10.5.0",
"tslint": "^6.0.0"
}
}