-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1011 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1011 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
38
39
{
"name": "sql-simple-modular-sample",
"version": "1.0.0",
"description": "",
"main": "app",
"scripts": {
"start": "nodemon --exec ts-node-dev src/app",
"build": "webpack --config webpack.config.js",
"prod": "node dist/app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"dependencies": {
"config-plus": "^0.0.4",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-core-web": "^0.1.2",
"logger-core": "^0.3.1",
"onecore": "^0.5.10",
"pg": "^8.20.0",
"pg-extension": "^0.3.6",
"sql-core": "^0.1.1",
"types-validation": "^0.0.2",
"validation-core": "^1.1.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/pg": "^8.20.0",
"nodemon": "^3.1.14",
"ts-loader": "^9.5.7",
"ts-node-dev": "^2.0.0",
"typescript": "^6.0.3",
"webpack": "^5.106.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
}
}