kanna/package.json
2022-10-07 13:44:38 -05:00

35 lines
761 B
JSON

{
"name": "kanna",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node 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": {
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"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"
},
"devDependencies": {
"emailjs-imap-client": "^3.1.0"
}
}