-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 963 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
36
37
38
39
40
41
{
"name": "elastic-types",
"version": "0.1.5",
"description": "TypeScipt types for ElasticSearch",
"homepage": "https://github.com/deckdom/elastic-types",
"license": "MIT",
"keywords": [
"typescript",
"typings",
"elasticsearch"
],
"author": {
"name": "Dominik Decker",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/deckdom/elastic-types"
},
"bugs": {
"url": "https://github.com/deckdom/elastic-types/issues"
},
"main": "",
"typings": "./index.d.ts",
"scripts": {
"ci": "tsc",
"build": "tsc"
},
"devDependencies": {
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3"
},
"files": [
"**/*.d.ts",
"CHANGELOG.md",
"LICENSE",
"README.md",
"package.json"
]
}