-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 969 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
{
"name": "ryver-elastic-component",
"version": "0.0.2",
"description": "Ryver component for elastic.io environment",
"scripts": {
"test": "exit 0",
"red-marker": "tsc --noEmit --watch --pretty",
"build": "yarn move-schemas && tsc",
"move-schemas": "cp -R src/schemas lib/schemas",
"clean": "rimraf lib/*",
"prebuild": "yarn clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RyverApp/ryver-elastic-component.git"
},
"author": "Ryver",
"license": "MIT",
"engines": {
"node": ">=10.15.0"
},
"dependencies": {
"axios": "0.18.0",
"btoa": "1.2.1",
"debug": "4.1.1",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.2.5"
},
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/node": "11.13.7",
"rimraf": "2.6.3",
"typescript": "3.4.5"
}
}