xref: /expo/packages/@expo/env/package.json (revision 66365457)
16a750d06SEvan Bacon{
26a750d06SEvan Bacon  "name": "@expo/env",
3*66365457SBrent Vatne  "version": "0.1.0",
46a750d06SEvan Bacon  "description": "hydrate environment variables from .env files into process.env",
56a750d06SEvan Bacon  "main": "build/index.js",
66a750d06SEvan Bacon  "scripts": {
76a750d06SEvan Bacon    "watch": "tsc --watch --preserveWatchOutput",
86a750d06SEvan Bacon    "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
96a750d06SEvan Bacon    "prepare": "yarn run clean && yarn build",
106a750d06SEvan Bacon    "clean": "rimraf build ./tsconfig.tsbuildinfo",
116a750d06SEvan Bacon    "lint": "eslint .",
126a750d06SEvan Bacon    "test": "jest"
136a750d06SEvan Bacon  },
146a750d06SEvan Bacon  "repository": {
156a750d06SEvan Bacon    "type": "git",
166a750d06SEvan Bacon    "url": "https://github.com/expo/expo.git",
176a750d06SEvan Bacon    "directory": "packages/@expo/env"
186a750d06SEvan Bacon  },
196a750d06SEvan Bacon  "keywords": [],
206a750d06SEvan Bacon  "license": "MIT",
216a750d06SEvan Bacon  "bugs": {
226a750d06SEvan Bacon    "url": "https://github.com/expo/expo/issues"
236a750d06SEvan Bacon  },
246a750d06SEvan Bacon  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/env#readme",
256a750d06SEvan Bacon  "files": [
266a750d06SEvan Bacon    "build"
276a750d06SEvan Bacon  ],
286a750d06SEvan Bacon  "dependencies": {
296a750d06SEvan Bacon    "dotenv": "~16.0.3",
306a750d06SEvan Bacon    "dotenv-expand": "~10.0.0",
31f5917927SEvan Bacon    "chalk": "^4.0.0",
3278a6243aSEvan Bacon    "debug": "^4.3.4",
3378a6243aSEvan Bacon    "getenv": "^1.0.0"
346a750d06SEvan Bacon  },
356a750d06SEvan Bacon  "devDependencies": {
3678a6243aSEvan Bacon    "@babel/core": "^7.15.5",
3778a6243aSEvan Bacon    "@types/getenv": "^1.0.0"
386a750d06SEvan Bacon  },
396a750d06SEvan Bacon  "publishConfig": {
406a750d06SEvan Bacon    "access": "public"
416a750d06SEvan Bacon  }
426a750d06SEvan Bacon}
43