{
  "name": "fw-design-react",
  "version": "0.0.17",
  "author": "Arvind",
  "license": "MIT",
  "description": "React specific wrapper for fwdesign",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf dist",
    "compile": "npm run build:cjs && npm run build:esm",
    "tsc": "tsc -p .",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "build:esm": "tsc --module es6 --outDir dist/esm"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@testing-library/jest-dom": "^5.12.0",
    "@testing-library/react": "^11.2.6",
    "@types/jest": "26.0.23",
    "@types/node": "14.14.41",
    "@types/react": "17.0.3",
    "@types/react-dom": "17.0.3",
    "babel-loader": "^8.2.2",
    "jest": "^26.6.3",
    "jest-dom": "^4.0.0",
    "np": "^7.5.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "typescript": "4.2.4"
  },
  "dependencies": {
    "fw-design-core": "0.0.13"
  }
}
