{
  "name": "negociecoins-explorer-insight",
  "version": "0.0.17",
  "description": "Simple API to explorer multiple blockchains also return data on Negociecoins transfer pattern",
  "main": "index.js",
  "repository": {},
  "keywords": [
    "Bitcoin",
    "Litecoin",
    "Dash",
    "Bitcoin Cash",
    "Bitcoin Gold",
    "B2X",
    "Crypto Currency",
    "Chain API"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "node ./node_modules/eslint/bin/eslint.js ./",
    "lint:fix": "node ./node_modules/eslint/bin/eslint.js ./ --fix",
    "clean": "rm -rf dist && mkdir dist",
    "start": "if [ ! -d 'node_modules/' ]; then npm install yarn -g && yarn install; fi && source *.env && yarn run development",
    "development": "NODE_ENV=development nodemon --exec babel-node index.js",
    "build": "npm run clean &&  babel . -d dist --ignore dist,node_modules,scripts --copy-files --source-maps=inline",
    "replace-main": "sh ./scripts/replace.sh",
    "deploy": "npm version patch && git push && npm run build && npm run replace-main && cd dist/ && npm publish"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-2": "^6.24.1",
    "eslint": "^4.5.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-import": "^2.7.0",
    "nodemon": "^1.12.1",
    "nsp": "^3.2.1"
  },
  "author": "Vinicius Gomes",
  "license": "MIT",
  "homepage": "",
  "dependencies": {
    "dotenv": "^6.0.0",
    "request": "^2.88.0"
  }
}
