scratchcard-reactjs
Version:
**Interactive scratch card functionality made simple for your app! ✨**
34 lines (33 loc) • 760 B
JSON
{
"name": "scratchcard-reactjs",
"version": "0.0.4",
"repository": "https://github.com/shrey2109/scratchcard-react",
"description": "",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"build": "npx rollup -c"
},
"keywords": [
"scratchcard",
"scratch card",
"scratch-card",
"scratchcard-react",
"react-scratchcard",
"scratch-card react"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.1",
"rollup": "^4.17.0",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.2"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}