{
  "name": "@beam-australia/react-env",
  "version": "3.1.1",
  "author": "andrewmclagan",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "http://github.com/beam-australia/react-env",
  "main": "dist/index.js",
  "types": "dist/types.d.ts",
  "bin": {
    "react-env": "dist/cli.js"
  },
  "scripts": {
    "test": "jest",
    "test:ci": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "dependencies": {
    "cross-spawn": "^6.0.5",
    "dotenv": "^8.0.0",
    "dotenv-expand": "^5.1.0",
    "minimist": "^1.2.0"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "babel-jest": "^24.8.0",
    "coveralls": "^3.0.3",
    "del": "^4.1.1",
    "jest": "^24.8.0",
    "rollup": "^1.7.3",
    "rollup-plugin-commonjs": "^10.0.0"
  },
  "files": [
    "dist"
  ]
}
