aiao-io/aiao

View on GitHub
libs/elements-react/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@aiao/elements-react",
  "version": "0.1.7",
  "description": "elements react",
  "homepage": "https://github.com/aiao-io/aiao",
  "author": "Jimmy<hero63418@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aiao-io/aiao.git"
  },
  "bugs": {
    "url": "https://github.com/aiao-io/aiao/issues"
  },
  "keywords": [
    "react"
  ],
  "peerDependencies": {
    "@aiao/elements": "^0.7.5"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "directory": "../../dist/libs/elements-react"
  },
  "devDependencies": {
    "@aiao/elements": "^0.7.5"
  }
}