{
  "name": "@nitra/isenv",
  "version": "2.0.1",
  "description": "NODE_ENV shortcuts",
  "main": "./index.cjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nitra/isenv.git"
  },
  "type": "module",
  "exports": {
    "import": "./index.js",
    "require": "./index.cjs"
  },
  "keywords": [
    "isdev",
    "isprod",
    "istest"
  ],
  "engines": {
    "node": ">=10.0.0"
  },
  "author": "nitra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nitra/isenv/issues"
  },
  "homepage": "https://github.com/nitra/isenv#readme"
}
