File size: 497 Bytes
4d70170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@vue-devtools/shared-utils",
  "version": "0.0.0",
  "private": true,
  "sideEffects": false,
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && yarn ts",
    "build:watch": "yarn ts -w",
    "ts": "tsc -p tsconfig.json -d -outDir lib"
  },
  "dependencies": {
    "@vue/devtools-api": "^6.0.0-beta.11"
  },
  "devDependencies": {
    "@types/node": "^20.11.16",
    "@types/webpack-env": "^1.15.1",
    "typescript": "^5.3.3"
  }
}