{
  "name": "lightweight-translator",
  "version": "1.1.2",
  "main": "index.js",
  "repository": "git@github.com:Acanguven/lightweight-translator.git",
  "author": "Ahmetcan <ahmetcan.guven@trendyol.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.4",
    "nodemon": "^1.17.2",
    "nyc": "^11.4.1"
  },
  "scripts": {
    "test": "./node_modules/.bin/nyc --check-coverage --lines=95 ./node_modules/.bin/mocha test/*.spec.js",
    "bdd": "./node_modules/.bin/nodemon --verbose --exec yarn test",
    "prepublish": "yarn test"
  }
}
