summaryrefslogtreecommitdiff
path: root/package.json
blob: 84a5010ec26365a7bd9210852fd1a7475258fabe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "oseine",
  "version": "1.0.0",
  "description": "oseine search engine is not elastic",
  "main": "index.js",
  "scripts": {
    "start": "nodemon ./app/app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Geo-Xalkiadakis@Sklavenitis-SA",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^16.4.5",
    "koa": "^2.15.2",
    "koa-body": "^6.0.1",
    "koa-router": "^12.0.1",
    "microtime": "^3.1.1",
    "request": "^2.88.2"
  }
}