-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 783 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 783 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
{
"name": "adminmate-express-core",
"version": "1.2.3",
"description": "Adminmate Express Core",
"author": "Marc Delalonde",
"homepage": "http://adminmate.io",
"license": "GPL-3.0",
"keywords": [
"adminmate",
"admin",
"panel",
"interface",
"back-office",
"mysql",
"mongodb",
"postgresql"
],
"scripts": {
"start": "node ./index",
"test": "jest --testTimeout=10000 --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/Adminmate/adminmate-express-core.git"
},
"dependencies": {
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.16.4",
"json2csv": "^5.0.6",
"jwt-simple": "^0.5.6"
},
"devDependencies": {
"jest": "^27.3.1",
"supertest": "^6.1.3"
}
}