blob: 2ffe852de2e497304e80f11809dcc741b82bd6cd (
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.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"
}
}
|