@ahmiao666/red-packet-rain-react
Version:
69 lines (67 loc) • 1.4 kB
JSON
{
"name": "@ahmiao666/red-packet-rain-react",
"version": "1.0.11",
"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": [
"red-packet",
"rain",
"canvas",
"react",
"typescript",
"animation",
"game",
"ui-component",
"performance",
"red-packet-rain",
"红包雨",
"高性能",
"React组件"
],
"author": {
"name": "AM Red Packet Rain Team",
"email": "contact@redpacketrain.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ahmiao666/am-red-packet-rain-demo.git"
},
"bugs": {
"url": "https://github.com/ahmiao666/am-red-packet-rain-demo/issues"
},
"homepage": "https://github.com/ahmiao666/am-red-packet-rain-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/"
}
}