-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 850 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
36
37
{
"name": "article-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node -r ts-node/register index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aryamohanan/Article-Manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aryamohanan/Article-Manager/issues"
},
"homepage": "https://github.com/aryamohanan/Article-Manager#readme",
"dependencies": {
"express": "^4.17.1",
"jest": "^27.3.1",
"memory-cache": "^0.2.0",
"nodemailer": "^6.7.0",
"pg": "^8.7.1",
"typeorm": "^0.2.38"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.11.2",
"@types/pg": "^8.6.1",
"typescript": "^4.4.4"
}
}