-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
55
56
57
58
59
60
61
{
"name": "commerce",
"version": "1.0.0",
"description": "basic commerce",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon -r @swc-node/register ./src/external/web/app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator-jsonschema": "^5.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^7.0.0",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.0.1",
"lodash": "^4.17.21",
"objection": "^3.1.2",
"pg": "^8.11.2",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.10.4",
"routing-controllers-openapi": "^4.0.0",
"sqlite3": "^5.1.6",
"swagger-ui-express": "^5.0.0",
"ts-mixer": "^6.0.3",
"ts-node": "^10.9.1",
"tsyringe": "^4.8.0",
"winston": "^3.10.0"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@swc-node/register": "^1.6.6",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.76",
"@swc/jest": "^0.2.29",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.8",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.200",
"@types/node": "^20.5.0",
"@types/swagger-ui-express": "^4.1.5",
"copy-webpack-plugin": "^11.0.0",
"jest-extended": "^4.0.2",
"nodemon": "^3.0.1",
"npm": "^9.8.1",
"prettier": "^3.0.3",
"swc": "^1.0.11",
"swc-loader": "^0.2.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-node-externals": "^3.0.0"
}
}