{
  "name": "ether-ui",
  "version": "1.13.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/ethercreative/ui",
  "author": "James Edmonston",
  "license": "MIT",
  "scripts": {
    "build": "tsc src/index.ts --outDir dist --jsx react --lib 'dom, dom.iterable, esnext' --declaration --esModuleInterop"
  },
  "prepublish": "tsc src/index.ts --outDir dist --jsx react --lib 'dom, dom.iterable, esnext' --declaration --esModuleInterop",
  "devDependencies": {
    "@types/express": "^4.17.8",
    "@types/next": "^9.0.0",
    "@types/node": "^14.11.2",
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "eslint": "^7.9.0",
    "eslint-config-universe": "^4.0.0",
    "prettier": "^2.1.2",
    "typescript": "^4.0.3"
  }
}
