-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.84 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
{
"name": "tenshijs",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register src/index.ts",
"compile": "tsc",
"copyjson": "copyfiles -u 1 src/data/json/*.json build",
"copytemp": "copyfiles -u 1 src/templates/*.html build",
"start": "ts-node -r tsconfig-paths/register src/index.ts",
"test": "jest",
"seed": "ts-node -r tsconfig-paths/register src/seeds/GeneralSeed.ts",
"automation": "ts-node -r tsconfig-paths/register automation/Automation.ts",
"autotest": "ts-node -r tsconfig-paths/register automation/AutomationTest.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/mssql": "^8.1.1",
"@types/multer": "^1.4.11",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.6.6",
"@types/supertest": "^6.0.2",
"aws-sdk": "^2.1672.0",
"bcrypt": "^5.1.1",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mariadb": "^3.3.1",
"module-alias": "^2.2.3",
"mssql": "^10.0.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"rate-limiter-flexible": "^5.0.3",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typeorm": "^0.3.20",
"typescript": "^5.5.4",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}