{
  "name": "@kraftvaerk/lota-js",
  "version": "1.0.0-alpha.0",
  "description": "Useful modular JavaScript bits with zero dependencies",
  "keywords": [
    "kraftvaerk",
    "utilities",
    "modular",
    "common"
  ],
  "homepage": "https://github.com/kraftvaerk/lota-js",
  "bugs": {
    "url": "https://github.com/kraftvaerk/lota-js/issues"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint .",
    "build": "babel src --out-dir dist --ignore **/*.test.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kraftvaerk/lota-js.git"
  },
  "contributors": [
    {
      "name": "Ehtezaz Shah",
      "email": "ehtezaz.shah@kraftvaerk.com",
      "url": "https://github.com/ninjawinja"
    },
    {
      "name": "Mithun Dhiman",
      "email": "mithun.dhiman@kraftvaerk.com",
      "url": "https://github.com/mi2oon"
    }
  ],
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.3",
    "@babel/core": "^7.4.3",
    "@babel/plugin-transform-modules-commonjs": "^7.4.0",
    "@babel/preset-env": "^7.4.3",
    "babel-preset-minify": "^0.5.0",
    "@kraftvaerk/eslint-config": "^1.1.0",
    "cross-env": "^5.2.0",
    "core-js": "^2.6.5",
    "eslint": "^5.16.0",
    "jest": "^24.7.0"
  },
  "jest": {
    "verbose": true
  }
}
