bionictoggle
Version:
Bionic toggle to enable/disable bionic reading in your blogs
40 lines (39 loc) • 794 B
JSON
{
"name": "bionictoggle",
"version": "0.0.7",
"description": "Bionic toggle to enable/disable bionic reading in your blogs",
"main": "dist/",
"scripts": {
"test": "yarn test",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pranav4399/bionic-toggle.git"
},
"keywords": [
"react",
"typescript",
"bionictoggle",
"bionic-reading",
"bionic"
],
"author": "Pranav Sriram S",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsc-hooks": "^1.1.2",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react": "^18.2.0"
},
"files": [
"/dist",
"LICENSE",
"README.md"
]
}