{
  "name": "@fidelisppm/limited-input",
  "version": "4.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/LegendaryLinux/FidelisComponents.git"
  },
  "main": "index.js",
  "author": "Chris Wilson <chris@legendserver.info>",
  "description": "A set of <input> components which restrict the user's input in various ways",
  "keywords": [
    "input",
    "limited input",
    "restricted input",
    "restrict input"
  ],
  "license": "SEE LICENSE IN GIT REPO",
  "scripts": {
    "build": "webpack --mode production --config webpack.config.js",
    "dev": "webpack --watch --mode development --config webpack.config.dev.js",
    "host": "http-server public -p 8080"
  },
  "dependencies": {
    "@fidelisppm/text-mask": "^2.0.0",
    "prop-types": "^15.8.1",
    "react": "^19.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.3",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "http-server": "^14.1.1",
    "path": "^0.12.7",
    "react-dom": "^19.0.0",
    "sass": "^1.83.0",
    "sass-loader": "^16.0.4",
    "style-loader": "^4.0.0",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  }
}
