|
6 | 6 | "main": "index.js", |
7 | 7 | "types": "index.d.ts", |
8 | 8 | "scripts": { |
9 | | - "test": "npm run build && npm run lint && tap test/{unit,acceptance}/{*,**/*}.test.ts", |
| 9 | + "test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts", |
10 | 10 | "test:unit": "npm run build && tap test/unit/{*,**/*}.test.ts", |
11 | | - "test:acceptance": "npm run build && tap test/acceptance/*.test.ts", |
12 | | - "test:coverage-100": "npm run build && tap test/{unit,acceptance}/{*,**/*}.test.ts --coverage --100", |
13 | | - "test:coverage-report": "npm run build && tap test/{unit,acceptance}/{*,**/*}.test.ts --coverage && nyc report --reporter=text-lcov > coverage.lcov", |
14 | | - "test:coverage-ui": "npm run build && tap test/{unit,acceptance}/{*,**/*}.test.ts --coverage --coverage-report=html", |
| 11 | + "test:coverage-100": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --100", |
| 12 | + "test:coverage-report": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage && nyc report --reporter=text-lcov > coverage.lcov", |
| 13 | + "test:coverage-ui": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --coverage-report=html", |
15 | 14 | "test:integration": "tsc && node test/integration/index.js", |
16 | 15 | "lint": "ts-standard src", |
17 | 16 | "lint:fix": "ts-standard --fix src", |
|
31 | 30 | "client", |
32 | 31 | "index" |
33 | 32 | ], |
34 | | - "author": { |
35 | | - "name": "Tomas Della Vedova", |
36 | | - "company": "Elastic BV" |
37 | | - }, |
| 33 | + "contributors": [ |
| 34 | + { |
| 35 | + "name": "Tomas Della Vedova", |
| 36 | + "company": "Elastic BV" |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "Josh Mock", |
| 40 | + "company": "Elastic BV" |
| 41 | + } |
| 42 | + ], |
38 | 43 | "license": "Apache-2.0", |
39 | 44 | "repository": { |
40 | 45 | "type": "git", |
|
0 commit comments