-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 925 Bytes
/
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
{
"name": "amakuru-api",
"version": "1.0.0",
"description": "This is an API that collects news from different news sources in Rwanda and returns mixed news that can be consumed once.",
"main": "src/app.js",
"scripts": {
"dev": "nodemon src/app.ts",
"start": "node src/app.ts"
},
"author": "Techinika Devs",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.0.0",
"@types/express": "^4.17.17",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cloudinary": "^1.40.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"url": "^0.11.1",
"xml2js": "^0.6.0",
"xmldom": "^0.6.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/node": "^20.4.2",
"@types/xml2js": "^0.4.11",
"nodemon": "^3.0.1",
"prisma": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}