{
  "name": "@gr4vy/secure-fields",
  "version": "2.10.3",
  "description": "Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.",
  "main": "lib/index",
  "types": "lib/index",
  "author": "Gr4vy <code@gr4vy.com>",
  "license": "MIT",
  "repository": "https://github.com/gr4vy/secure-fields/tree/main/packages/secure-fields",
  "homepage": "https://gr4vy.com",
  "exports": {
    "require": "./lib/index.js",
    "import": "./esm/index.js"
  },
  "files": [
    "esm",
    "lib",
    "LICENSE",
    "README",
    "CHANGELOG.md"
  ],
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/lib"
        ]
      }
    }
  },
  "scripts": {
    "prepare": "ts-patch install -s",
    "build": "tsc -p tsconfig.prod.json && webpack --config webpack.prod.js",
    "clean": "rm -rf lib *.tgz",
    "dev": "TOKEN=$(yarn --silent token) webpack serve --config webpack.dev.js",
    "docs": "typedoc --plugin typedoc-plugin-missing-exports",
    "lint": "eslint ./src --ext ts",
    "prebuild": "yarn clean",
    "prepack": "yarn build",
    "test": "yarn test:unit",
    "test:unit": "jest --colors",
    "token": "node generate-token",
    "watch": "webpack watch --config webpack.prod.js"
  },
  "devDependencies": {
    "css-loader": "^6.11.0",
    "csstype": "^3.2.3",
    "dotenv": "^16.6.1",
    "msw": "^2.14.6",
    "style-loader": "^3.3.4",
    "ts-patch": "^3.3.0",
    "typedoc": "^0.28.20",
    "typedoc-plugin-missing-exports": "^4.1.4",
    "typescript-transform-paths": "^3.5.6"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "gitHead": "e2372dd3e69a8ba0a3c3f0ff6473da6952983b62"
}
