Files
template-MP/uview-plus/types/package.json
2025-10-11 09:22:49 +08:00

24 lines
549 B
JSON

{
"name": "@uview-plus/types",
"version": "3.2.5",
"description": "types for uview-plus",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ijry/uview-plus.git"
},
"keywords": [
"uview-plus"
],
"author": "jry",
"license": "MIT",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/ijry/uview-plus/issues"
},
"homepage": "https://github.com/ijry/uview-plus#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}