aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 7ba7de86672c53a2a74e07d31e59590a5590ae97 (plain)
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
{
  "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": {
    "body-parser": "^1.20.0",
    "express": "^4.18.1",
    "fs": "^0.0.1-security",
    "ip": "^1.1.8",
    "node-rsa": "^1.1.1"
  }
}