-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·50 lines (50 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
{
"name": "expresswebjs-ts-version",
"version": "3.3.0",
"description": "ExpressWebJs Framework Typescript Version",
"main": "build/app.js",
"scripts": {
"test": "jest",
"dev": "ts-node maker run-dev",
"start": "node ./build/maker run-start",
"build": "ts-node maker run-build"
},
"keywords": [
"framework",
"expresswebjs"
],
"_moduleAliases": {
"Elucidate": "./node_modules/expresswebcorets/lib"
},
"author": "Alex Igbokwe",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/jest": "^26.0.22",
"@types/mongoose-paginate": "^5.0.8",
"@types/node": "^14.14.17",
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"typescript-transform-paths": "^2.2.3"
},
"dependencies": {
"amqp-ts": "^1.8.0",
"aws-sdk": "^2.933.0",
"bcryptjs": "^2.4.3",
"expressweb-scheduler-ts": "^1.0.4",
"expresswebcorets": "1.1.35",
"expresswebjs-preset-ts": "^1.0.4",
"log4js": "^6.3.0",
"maker-console-ts": "^1.0.57",
"module-alias": "^2.2.2",
"mongoose": "^5.11.9",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"recursive-copy": "^2.0.13",
"set-value": "^4.1.0",
"socket.io": "^3.1.0"
}
}