kanna/package.json

39 lines
877 B
JSON
Raw Permalink Normal View History

2022-09-26 14:14:29 +02:00
{
"name": "kanna",
"version": "1.0.0",
"description": "",
2022-09-27 20:08:48 +02:00
"main": "index.ts",
2022-09-26 14:14:29 +02:00
"scripts": {
2022-10-20 18:01:30 +02:00
"start": "ts-node index.ts",
"dev": "nodemon index.ts"
2022-09-26 14:14:29 +02:00
},
"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",
2022-09-26 18:29:53 +02:00
"fs": "^0.0.1-security",
2022-11-01 19:10:27 +01:00
"imap-simple": "^5.1.0",
2022-10-03 21:06:52 +02:00
"ip": "^1.1.8",
2022-10-07 20:44:38 +02:00
"md5": "^2.3.0",
"node-rsa": "^1.1.1",
2022-10-13 20:18:42 +02:00
"openpgp": "^5.5.0",
2022-10-31 15:56:36 +01:00
"serve-favicon": "^2.5.0",
2022-10-13 20:18:42 +02:00
"utf8": "^3.0.0"
2022-10-04 22:06:22 +02:00
},
"devDependencies": {
2022-10-17 16:32:33 +02:00
"emailjs-imap-client": "^3.1.0",
"sequelize": "^6.25.2",
"sqlite3": "^5.1.2"
2022-09-26 14:14:29 +02:00
}
}