-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 827 Bytes
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
{
"name": "ns",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "nodemon",
"start": "tsx src/app.ts",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@extractus/article-extractor": "^8.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"html-entities": "^2.5.2",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.0",
"tslog": "^4.9.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/ws": "^8.5.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
}
}