{
  "name": "nrc-design-system",
  "version": "0.1.2",
  "private": false,
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "files": [
    "README.md",
    "lib"
  ],
  "dependencies": {
    "native-base": "^3.3.7",
    "react-native-safe-area-context": "~3.3.2",
    "react-native-svg": "~12.1.1",
    "react-native-web": "~0.17.5",
    "react-scripts": "4.0.3",
    "web-vitals": "~1.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.1.6",
    "@testing-library/dom": ">=7.21.4",
    "@testing-library/jest-dom": "~5.11.4",
    "@testing-library/react": "~11.1.0",
    "@testing-library/user-event": "~12.1.10",
    "@types/react": "^18.0.14",
    "@types/react-dom": "^18.0.5",
    "@types/react-native": "^0.69.1",
    "react": "17.x",
    "react-native": "0.69.0",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir lib/cjs",
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
