{
  "name": "tailwind-corner-smoothing",
  "version": "1.2.0",
  "description": "Adjusts a rounded corner to create a continuous curve.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write --loglevel=error . !CHANGELOG.md",
    "test": "jest",
    "test:watch": "jest --watch",
    "release": "npx tsc index.ts && standard-version",
    "postrelease": "git push --follow-tags origin main && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gtokman/corner-smoothing.git"
  },
  "bugs": {
    "url": "https://github.com/gtokman/corner-smoothing/issues"
  },
  "homepage": "https://github.com/gtokman/corner-smoothing#readme",
  "keywords": [
    "create-tailwind-plugin",
    "tailwind-css-plugin",
    "tailwindcss",
    "plugin"
  ],
  "author": "Gary Tokman",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^7.2.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "jest-matcher-css": "^1.1.0",
    "lint-staged": "^10.5.2",
    "lodash": "^4.17.20",
    "postcss": "^8.1.9",
    "prettier": "^2.2.0",
    "standard-version": "^9.5.0",
    "tailwindcss": "latest",
    "fs": "^0.0.1-security"
  }
}
