package.json 753 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-vue-devtools",
R
r-u 已提交
3
  "version": "3.0.0-alpha-3090020230826001",
fxy060608's avatar
fxy060608 已提交
4
  "description": "uni-vue-devtools",
5
  "module": "dist/runtime.es.js",
fxy060608's avatar
fxy060608 已提交
6
  "files": [
fxy060608's avatar
fxy060608 已提交
7 8
    "dist",
    "lib"
fxy060608's avatar
fxy060608 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-vue-devtools"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "uni-app": {
    "name": "vue-devtools",
    "title": "Vue Devtools",
    "main": "dist/uni.compiler.js"
  },
  "dependencies": {
R
r-u 已提交
25
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3090020230826001",
26 27 28
    "detect-port": "^1.5.1",
    "express": "^4.17.1",
    "open": "^8.4.0",
fxy060608's avatar
fxy060608 已提交
29
    "socket.io": "^4.4.0"
fxy060608's avatar
fxy060608 已提交
30
  }
Q
qiang 已提交
31
}