-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "expresswebjs-ts-version",
"version": "4.2.1",
"description": "ExpressWebJs Version 4.2",
"main": "build/app.js",
"scripts": {
"maker": "ts-node maker",
"test": "jest",
"dev": "ts-node maker run-dev",
"start": "ts-node 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/node": "^14.14.17",
"@types/workerpool": "^6.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.3",
"typescript": "4.7",
"typescript-transform-paths": "^2.2.3"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"expressweb-scheduler-ts": "1.0.6",
"expresswebcorets": "2.1.54",
"expresswebjs-preset-ts": "1.0.5",
"log4js": "^6.3.0",
"maker-console-ts": "2.1.17",
"module-alias": "^2.2.2",
"recursive-copy": "^2.0.13",
"set-value": "^4.1.0"
}
}