-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "connect-migration-store",
"version": "1.1.4",
"description": "Connect Migration Store for express",
"main": "src/migration-store.js",
"scripts": {
"ava": "nyc ava",
"lint": "eslint src test",
"test": "npm run lint && npm run ava",
"publish-coverage": "codecov"
},
"keywords": [
"express",
"connect",
"session",
"store",
"migration"
],
"author": "Adrien Becchis @Coorpacademy",
"license": "MIT",
"homepage": "https://github.com/CoorpAcademy/connect-migration-store#readme",
"files": [
"src",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CoorpAcademy/connect-migration-store.git"
},
"bugs": {
"url": "https://github.com/CoorpAcademy/connect-migration-store/issues"
},
"devDependencies": {
"@coorpacademy/eslint-plugin-coorpacademy": "^9.3.1",
"ava": "^2.4.0",
"aws-sdk": "^2.716.0",
"codecov": "^3.7.2",
"connect-dynamodb": "^2.0.4",
"connect-redis": "^4.0.4",
"eslint": "^6.8.0",
"express-session": "^1.17.1",
"memorystore": "^1.6.2",
"nyc": "^15.1.0"
}
}