forked from terascope/elasticsearch-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.28 KB
/
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
{
"name": "elasticsearch-assets",
"description": "bundle of processors for teraslice",
"version": "1.6.1",
"scripts": {
"lint": "eslint --ignore-path .gitignore --ext .js,.ts .",
"lint:fix": "yarn lint --fix",
"test": "jest",
"test:watch": "jest --coverage=false --notify --watch --onlyChanged",
"test:debug": "env DEBUG=\"${DEBUG:-*teraslice*}\" jest --detectOpenHandles --coverage=false --runInBand",
"postinstall": "yarn --cwd ./asset --prod --no-progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terascope/elasticsearch-assets.git"
},
"author": "Terascope, LLC <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/terascope/elasticsearch-assets/issues"
},
"homepage": "https://github.com/terascope/elasticsearch-assets#readme",
"dependencies": {
"@terascope/eslint-config": "^0.1.4"
},
"devDependencies": {
"@terascope/job-components": "^0.23.3",
"@terascope/teraslice-op-test-harness": "~1.7.5",
"eslint": "^6.4.0",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"nock": "^11.3.5",
"teraslice-test-harness": "^0.8.8",
"typescript": "^3.6.3"
}
}