{
  "name": "@asuite/forest-input",
  "description": "Forest Input components",
  "license": "Apache-2.0",
  "version": "0.5.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c ../../rollup.config.js"
  },
  "typings": "dist/index.d.ts",
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "styled-components": "^5.2.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3c7b4292147450a66bf5abb482b996e674dda181"
}
