UNPKG

catan-board-generator

Version:
32 lines (31 loc) 673 B
{ "name": "catan-board-generator", "version": "1.0.8", "description": "A React component for generating Catan board layouts.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "https://github.com/EmersonCoronel/catan-board-generator.git" }, "keywords": [ "react", "catan", "board", "generator" ], "author": "Emerson Coronel", "license": "MIT", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^4.1.3" } }