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
|
{
"name": "kanna",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"dev": "nodemon index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squiresgrant/kanna-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/squiresgrant/kanna-site/issues"
},
"homepage": "https://github.com/squiresgrant/kanna-site#readme",
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"ip": "^1.1.8",
"md5": "^2.3.0",
"node-rsa": "^1.1.1",
"openpgp": "^5.5.0",
"utf8": "^3.0.0"
},
"devDependencies": {
"emailjs-imap-client": "^3.1.0",
"sequelize": "^6.25.2",
"sqlite3": "^5.1.2"
}
}
|