UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

46 lines (45 loc) 1.03 kB
{ "name": "html-to-react-events", "version": "0.3.0", "description": "Convert HTML event names to React event handler names.", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc", "prepublish": "npm run build", "test": "jest" }, "keywords": [ "html", "event", "react" ], "author": "Robin Franken", "repository": { "type": "git", "url": "git+ssh://git@github.com:Robinfr/html-to-react-events.git" }, "license": "SEE LICENSE", "homepage": "https://github.com/Robinfr/html-to-react-events", "bugs": { "url": "https://github.com/Robinfr/html-to-react-events/issues" }, "devDependencies": { "@types/jest": "^23.3.5", "jest": "^23.6.0", "ts-jest": "^23.10.4", "typescript": "^3.1.3" }, "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$", "moduleFileExtensions": [ "ts", "js", "json", "node" ] } }