{
  "name": "petals-ui",
  "version": "0.0.25",
  "description": "Front-end UI components foundation",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "petals",
    "ui",
    "components",
    "front-end",
    "frontend"
  ],
  "author": "Ourai Lin <ourairyu@gmail.com> (https://ourai.ws/)",
  "license": "MIT",
  "homepage": "https://github.com/ourai/petals/tree/master/packages/petals#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ourai/petals.git",
    "directory": "packages/petals"
  },
  "bugs": {
    "url": "https://github.com/ourai/petals/issues"
  },
  "scripts": {
    "precopy": "rm -rf dist",
    "copy": "mkdir dist && cp -R src/* dist",
    "prebuild": "npm run copy",
    "build": "tsc",
    "prerelease": "npm run build",
    "release": "npm publish"
  },
  "dependencies": {
    "@ntks/toolbox": "0.0.6",
    "@petals/basic": "0.0.4"
  }
}
