@ahmiao666/lucky-wheel-react
Version:
68 lines (66 loc) • 1.38 kB
JSON
{
"name": "@ahmiao666/lucky-wheel-react",
"version": "1.0.4",
"type": "module",
"description": "React幸运大转盘组件",
"main": "index.js",
"module": "index.esm.js",
"types": "react.d.ts",
"files": [
"index.js",
"index.esm.js",
"index.umd.js",
"react.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lucky-wheel",
"canvas",
"react",
"typescript",
"animation",
"game",
"ui-component",
"performance",
"lucky-wheel",
"幸运大转盘",
"高性能",
"React组件"
],
"author": {
"name": "ahmiao Lucky Wheel",
"email": "wangyimiao666@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ahmiao666/ahmiao-lucky-wheel-demo.git"
},
"bugs": {
"url": "https://github.com/ahmiao666/ahmiao-lucky-wheel-demo/issues"
},
"homepage": "https://github.com/ahmiao666/ahmiao-lucky-wheel-demo",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.9.2"
},
"peerDependencies": {
"react": ">=19.x",
"react-dom": ">=19.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"sideEffects": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}