@ahmiao666/lucky-wheel-vue
Version:
66 lines (65 loc) • 1.34 kB
JSON
{
"name": "@ahmiao666/lucky-wheel-vue",
"version": "1.0.4",
"type": "module",
"description": "Vue幸运大转盘组件",
"main": "index.js",
"module": "index.esm.js",
"types": "vue.d.ts",
"files": [
"index.js",
"index.esm.js",
"index.umd.js",
"vue.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lucky-wheel",
"canvas",
"vue3",
"typescript",
"animation",
"game",
"ui-component",
"performance",
"lucky-wheel",
"幸运大转盘",
"高性能",
"Vue组件"
],
"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": {
"vue": ">=3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"sideEffects": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}