-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "sql-mongo-rest-api-ts",
"version": "1.0.0",
"description": "",
"main": "app",
"scripts": {
"start": "nodemon --exec ts-node-dev src/app",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.js --ext .ts src"
},
"keywords": [],
"author": "",
"dependencies": {
"@types/mongodb": "^3.6.17",
"body-parser": "^1.19.0",
"config-plus": "^0.0.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-ext": "^0.1.11",
"logger-core": "^0.1.3",
"mongodb": "^3.6.11",
"mongodb-extension": "^0.1.9",
"mysql": "^2.18.1",
"mysql-core": "^0.1.14",
"onecore": "^0.0.25",
"query-core": "^0.1.16",
"xvalidators": "^0.0.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/mysql": "^2.15.19",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"nodemon": "^2.0.12",
"ts-node-dev": "^1.1.8",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
}
}