|
8 | 8 | ], |
9 | 9 | "scripts": { |
10 | 10 | "test": "cross-env ZOROASTER_TIMEOUT=10000 zoroaster test/spec", |
| 11 | + "test-build": "cross-env ZOROASTER_TIMEOUT=10000 zoroaster dist/test/spec", |
11 | 12 | "test-watch": "zoroaster test/spec --watch", |
12 | 13 | "bench": "node benchmark/run", |
| 14 | + "build-src": "babel src --out-dir dist/src", |
| 15 | + "build-test": "babel test --out-dir dist/test", |
| 16 | + "build": "run-p build-src build-test", |
| 17 | + "build-and-test": "run-s build test-build", |
13 | 18 | "callback-example": "LOCAL=1 node examples/callback examples/28.jpg", |
14 | | - "write-example": "node examples/write_metadata/index" |
| 19 | + "write-example": "node examples/write_metadata/index", |
| 20 | + "lint": "eslint ." |
15 | 21 | }, |
16 | 22 | "repository": { |
17 | 23 | "type": "git", |
|
30 | 36 | }, |
31 | 37 | "homepage": "https://github.com/Sobesednik/node-exiftool#readme", |
32 | 38 | "devDependencies": { |
| 39 | + "babel-cli": "6.26.0", |
| 40 | + "babel-plugin-source-map-support": "1.0.0", |
| 41 | + "babel-plugin-transform-async-to-generator": "6.24.1", |
| 42 | + "babel-preset-es2015": "6.24.1", |
33 | 43 | "cross-env": "5.0.0", |
| 44 | + "eslint": "4.9.0", |
34 | 45 | "exiftool-context": "1.4.0", |
35 | 46 | "makepromise": "1.0.0", |
| 47 | + "npm-run-all": "4.1.1", |
36 | 48 | "ps-node": "0.1.6", |
37 | 49 | "zoroaster": "0.4.6" |
38 | 50 | }, |
39 | 51 | "dependencies": { |
40 | 52 | "is-stream": "1.1.0", |
41 | 53 | "restream": "1.2.0", |
| 54 | + "source-map-support": "0.5.0", |
42 | 55 | "wrote": "0.6.1" |
43 | 56 | } |
44 | 57 | } |
0 commit comments