{
  "name": "tokenfield-reactjs",
  "version": "1.0.1",
  "description": "TokenField is a highly customizable and generic input component for handling tokenized selections.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "style": "dist/styles.css",
  "files": [
    "dist",
    "dist/index.js",
    "dist/styles.css"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && mkdir -p dist && sass src/styles.module.scss dist/styles.css && babel src --out-dir dist --copy-files --extensions \".ts,.tsx,.js,.jsx\"",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "prop-types": ">=15.0.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Akanksha-360/tokenfield-react-js.git"
  },
  "keywords": [
    "react",
    "tokenfield",
    "react-component",
    "input",
    "token-input"
  ],
  "author": "Akanksha",
  "license": "MIT",
  "dependencies": {
    "sass": "^1.86.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "postcss": "^8.5.3",
    "postcss-cli": "^11.0.1",
    "postcss-preset-env": "^10.1.5"
  }
}
