-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
54 lines (54 loc) · 1.28 KB
/
package.json
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
{
"name": "evolutility-server-node",
"version": "1.2.1",
"description": "Model-driven REST APIs for CRUD and more on Postgres.",
"license": "AGPL-3.0",
"homepage": "https://github.com/evoluteur/evolutility-server-node",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/evolutility-server-node.git"
},
"type": "module",
"bugs": "https://github.com/evoluteur/evolutility-server-node/issues",
"scripts": {
"start": "supervisor ./bin/www",
"makedb": "node js/setup/database.js"
},
"dependencies": {
"chalk": "~5.3.0",
"body-parser": "~1.20.2",
"csv-express": "~1.2.2",
"debug": "~4.3.4",
"express": "~4.18.3",
"simple-node-logger": "~21.8.12",
"formidable": "~3.5.1",
"helmet": "~7.1.0",
"url": "^0.11.3",
"pg": "^8.11.3",
"pg-connection-string": "~2.6.2",
"pg-promise": "^11.5.4",
"shortid": "~2.2.16",
"supervisor": "~0.12.0",
"underscore": "~1.13.6"
},
"keywords": [
"CRUD",
"low-code",
"no-code",
"model-driven",
"MDA",
"platform",
"REST",
"metadata",
"database",
"nodejs",
"ORM",
"SQL",
"generator",
"API",
"postgres",
"javascript",
"evolutility"
]
}