{
  "name": "react-spiral",
  "version": "1.0.16",
  "description": "A React component that renders text in a spiral shape",
  "author": "Trevor Blades <tdblades@gmail.com> (trevorblades.com)",
  "repository": "trevorblades/react-spiral",
  "license": "MIT",
  "keywords": [
    "spiral",
    "react",
    "polygon",
    "triangle"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "tsc"
  },
  "main": "lib/index.js",
  "eslintConfig": {
    "extends": "@trevorblades/eslint-config/typescript"
  },
  "peerDependencies": {
    "react": ">=15"
  },
  "devDependencies": {
    "@trevorblades/eslint-config": "^7.2.5",
    "@types/react": "^17.0.5",
    "eslint": "^7.26.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.2.4"
  },
  "dependencies": {}
}
