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
|
{
"name": "kanna",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"crypto": "^1.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security"
}
}
|