zhangwei
2024-08-26 79745a1b12fa6d69edd3a353cb11b8ae02b8d4aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "@uview-plus/types",
  "version": "3.2.5",
  "description": "types for uview-plus",
  "main": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "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/"
  }
}