-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 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
{
"name": "adminmate-express-sequelize",
"version": "1.1.10",
"description": "Adminmate Express/Sequelize connector",
"author": "Marc Delalonde",
"homepage": "http://adminmate.io",
"license": "GPL-3.0",
"keywords": [
"adminmate",
"admin",
"panel",
"interface",
"back-office",
"mysql",
"postgresql",
"sequelize"
],
"scripts": {
"start": "node ./index",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "https://github.com/Adminmate/adminmate-express-sequelize.git"
},
"dependencies": {
"adminmate-express-core": "~1.2.3",
"geocluster": "^0.1.1",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mysql2": "~2.2.5",
"pg": "~8.7.1",
"sequelize": "^6.16.1",
"serialize-error": "^7.0.1",
"sqlite3": "^5.0.2",
"strftime": "^0.10.0"
},
"devDependencies": {
"jest": "^27.3.1",
"jest-specific-snapshot": "^5.0.0",
"node-mocks-http": "^1.10.1"
}
}