-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 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
47
{
"name": "sql-restapi",
"version": "1.0.0",
"description": "sql restapi for use in a project",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryan-k8/sql-restapi.git"
},
"keywords": [
"sql",
"api",
"rest",
"express",
"node",
"js"
],
"author": "ryan-k8",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryan-k8/sql-restapi/issues"
},
"homepage": "https://github.com/ryan-k8/sql-restapi#readme",
"devDependencies": {
"nodemon": "^2.0.15"
},
"dependencies": {
"axios": "^0.25.0",
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"cookieparser": "^0.1.0",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"ioredis": "^4.28.5",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"query-string": "^7.1.1",
"sequelize": "^6.16.1"
}
}