{ "name": "@vue-devtools/app-backend-api", "version": "0.0.0", "private": true, "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "rimraf lib && yarn ts", "build:watch": "yarn ts -w", "ts": "tsc -d -outDir lib" }, "dependencies": { "@vue-devtools/shared-utils": "^0.0.0", "@vue/devtools-api": "^6.0.0-beta.1" }, "devDependencies": { "@types/node": "^20.11.16", "@types/webpack-env": "^1.15.1", "typescript": "^5.3.3" } }