-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 770 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 770 Bytes
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
{
"name": "express-query-filter",
"version": "0.1.0",
"description": "Express middleware filter parser to Sequelize options",
"repository": {
"type": "git",
"url": "git://github.com/hmanzur/express-query-filter"
},
"main": "index.js",
"files": [
"src/*",
"index.js"
],
"scripts": {
"test": "jest"
},
"keywords": [
"express.js",
"express",
"node",
"nodejs",
"filtering",
"filter"
],
"author": "hmanzur",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"sequelize": "^5.21.2"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/jest": "^24.0.23",
"@types/sequelize": "^4.28.8",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"jslint": "^0.12.1"
}
}