{
  "name": "@devlander/expo-app-config",
  "version": "0.0.102",
  "description": "A package to help with deployment of expo applications for different environments",
  "main": "dist/cjs/index.js",
  "types": "typings/index.d.ts",
  "module": "dist/esm/index.js",
  "type": "commonjs",
  "scripts": {
    "prebuild": "npm cache clean --force",
    "increment-version": "yarn version patch",
    "build:esm": "tsc",
    "test": "jest",
    "format": "prettier --write 'src/**/*.ts'",
    "lint": "eslint ./src --ext .ts --fix && yarn run format && yarn run typecheck ",
    "typecheck": "tsc --project tsconfig.json --noEmit --emitDeclarationOnly false",
    "build": "npx rimraf ./dist && npx rimraf ./typings  && yarn build:esm && yarn build:umd",
    "build:umd": "rollup -c ",
    "timeout": "delay 5",
    "push-main": "git add -A && yarn run timeout && git commit -m 'updated build' && yarn run timeout  && git push origin main",
    "start-publish": "yarn run lint && yarn run build && yarn  run increment-version && npm publish",
    "prepare": "yarn run build"
  },
  "keywords": [
    "devlander"
  ],
  "packageManager": "yarn@3.6.3",
  "author": "Landon Johnson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Devlander-Software/expo-app-config/issues"
  },
  "homepage": "https://github.com/Devlander-Software/expo-app-config#readme",
  "files": [
    "dist",
    "typings"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.23.8",
    "@babel/preset-typescript": "^7.23.3",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@testing-library/jest-native": "^5.4.3",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.5",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.6.3",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.4",
    "rollup": "^4.9.5",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@devlander/utils": "^0.0.23"
  }
}
