{
  "name": "cross-env-file",
  "version": "1.0.0",
  "description": "Run scripts that set environment across platforms via JSON file",
  "main": "dist/index.js",
  "bin": {
    "cross-env-file": "dist/bin/cross-env-file.js",
    "cross-env-file-shell": "dist/bin/cross-env-file-shell.js"
  },
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "build": "kcd-scripts build",
    "lint": "kcd-scripts lint",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "validate": "kcd-scripts validate",
    "predeploy": "npm run build",
    "deploy": "npm publish --access public"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "cross-environment",
    "environment variable",
    "windows"
  ],
  "author": "Marco Jakob <majakob@gmx.ch> (https://www.makery.ch)",
  "license": "MIT",
  "dependencies": {
    "cross-spawn": "^6.0.5",
    "is-windows": "^1.0.0"
  },
  "devDependencies": {
    "kcd-scripts": "^0.3.4"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marcojakob/cross-env-file.git"
  },
  "homepage": "https://github.com/marcojakob/cross-env-file#readme"
}
