UNPKG

wired-elements-react

Version:
36 lines (35 loc) 911 B
{ "name": "wired-elements-react", "version": "0.1.5", "description": "React wrappers for wired-elements", "type": "module", "main": "lib/WiredElements.js", "module": "lib/WiredElements.js", "types": "lib/WiredElements.d.ts", "scripts": { "build": "rm -rf lib && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rough-stuff/react-wired-elements.git" }, "keywords": [ "wired", "hand-drawn" ], "author": "Preet Shihn", "license": "MIT", "bugs": { "url": "https://github.com/rough-stuff/react-wired-elements/issues" }, "homepage": "https://github.com/rough-stuff/react-wired-elements#readme", "dependencies": { "@lit-labs/react": "^1.0.0-rc.1", "react": "^17.0.2", "wired-elements": "^3.0.0-rc.6" }, "devDependencies": { "@types/react": "^17.0.3" } }