|
| 1 | +{ |
| 2 | + "main": "lib/binding.js", |
| 3 | + "devDependencies": { |
| 4 | + "ava": "^0.16.0", |
| 5 | + "babel-cli": "^6.16.0", |
| 6 | + "babel-plugin-add-module-exports": "^0.2.1", |
| 7 | + "babel-plugin-transform-async-to-generator": "^6.22.0", |
| 8 | + "babel-plugin-syntax-trailing-function-commas": "^6.13.0", |
| 9 | + "babel-plugin-transform-class-properties": "^6.16.0", |
| 10 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", |
| 11 | + "babel-plugin-transform-exponentiation-operator": "^6.8.0", |
| 12 | + "babel-plugin-transform-inline-environment-variables": "^6.8.0", |
| 13 | + "babel-plugin-transform-object-rest-spread": "^6.16.0", |
| 14 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 15 | + "babel-register": "^6.24.1", |
| 16 | + "nyc": "^11.1.0", |
| 17 | + "codecov": "^2.3.0" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "babel-runtime": "^6.23.0", |
| 21 | + "node-addon-api": "^0.3.0" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "build": "BABEL_ENV=production babel src --out-dir lib", |
| 25 | + "test": "node --napi-modules ./test/test_binding.js", |
| 26 | + "// test": "nyc ava --verbose --timeout=10s", |
| 27 | + "prepublish": "npm run build", |
| 28 | + "report-cov": "nyc report --reporter=text-lcov > coverage.lcov && codecov" |
| 29 | + }, |
| 30 | + "gypfile": true, |
| 31 | + "name": "penteract", |
| 32 | + "version": "1.0.0", |
| 33 | + "description": "The tesseract wrapper using node.js N-API", |
| 34 | + "repository": { |
| 35 | + "type": "git", |
| 36 | + "url": "git+https://github.com/kaelzhang/napi-penteract.git" |
| 37 | + }, |
| 38 | + "keywords": [ |
| 39 | + "tesseract", |
| 40 | + "ocr", |
| 41 | + "penteract", |
| 42 | + "n-api" |
| 43 | + ], |
| 44 | + "author": "kael", |
| 45 | + "license": "MIT", |
| 46 | + "bugs": { |
| 47 | + "url": "https://github.com/kaelzhang/napi-penteract/issues" |
| 48 | + }, |
| 49 | + "homepage": "https://github.com/kaelzhang/napi-penteract#readme" |
| 50 | +} |
0 commit comments