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
| {
| "name": "@dcloudio/uni-app",
| "version": "2.0.2-4060420250429001",
| "description": "uni-app composition-api",
| "main": "dist/index.js",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/dcloudio/uni-app.git",
| "directory": "packages/uni-app"
| },
| "scripts": {
| "build": "tsc -p . "
| },
| "peerDependencies": {
| "@dcloudio/types": "^3.0.15",
| "@vue/composition-api": "^1.7.0"
| },
| "author": "fxy060608",
| "license": "Apache-2.0",
| "gitHead": "33d0bb4eae4ee96b3b4efb5c8e10b7594e42b195",
| "devDependencies": {
| "@dcloudio/types": "^3.0.15",
| "typescript": "^4.8.3"
| }
| }
|
|