-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "template-node-api",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node-dev -r tsconfig-paths/register src/index.ts",
"build": "rimraf dist && tsc && tsc-alias",
"test": "jest --colors --forceExit",
"test:coverage": "jest --coverage"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"dayjs": "^1.11.10",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"mongodb": "^6.3.0",
"traverse": "^0.6.8",
"xss": "^1.0.14"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/traverse": "^0.6.36",
"babel-jest": "^29.7.0",
"core-js": "^3.35.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mongodb-memory-server": "^9.1.6",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
}
}