{
  "name": "@flatfile/cross-env-config",
  "version": "0.0.6",
  "description": "A helper for configuring things in Node or Browser environments",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "build": "tsup src/index.ts --format esm,cjs --dts",
    "dev": "tsup src/index.ts --format esm,cjs --dts  --watch",
    "test": "jest --passWithNoTests"
  },
  "files": [
    "dist/**"
  ],
  "author": "David Boskovic",
  "license": "ISC",
  "devDependencies": {
    "@flatfile/eslint-config-platform-sdk": "*",
    "@flatfile/jest-preset-platform-sdk": "*",
    "@flatfile/ts-config-platform-sdk": "*",
    "@types/flat": "^5.0.2",
    "@types/jest": "^29.5.1",
    "eslint": "^8.19.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "tslib": "^2.4.1",
    "tsup": "^6.1.3"
  }
}
