{
  "name": "std-env",
  "version": "2.3.0",
  "description": "Detect running environment of the current Node.js process",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": "nuxt-contrib/std-env",
  "contributors": [
    "Pooya Parsa <pooya@pi0.ir>"
  ],
  "dependencies": {
    "ci-info": "^3.0.0"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ]
}
