{
  "name": "@4a/env",
  "version": "4.0.1",
  "description": "环境变量管理",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gavinning/env.git"
  },
  "keywords": [
    "env",
    "app-env",
    "node-env"
  ],
  "author": "gavinning",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gavinning/env/issues"
  },
  "homepage": "https://github.com/gavinning/env#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^16.3.2",
    "mocha": "^8.2.1",
    "nodemon": "^2.0.12",
    "typescript": "^4.3.5"
  }
}
