You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{ "name": "@vue/devtools-shared", "type": "module", "version": "8.0.3", "author": "webfansplz", "license": "MIT", "repository": { "directory": "packages/shared", "type": "git", "url": "git+https://github.com/vuejs/devtools.git" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "files": [ "dist" ], "dependencies": { "rfdc": "^1.4.1" }, "devDependencies": { "@types/node": "^24.7.2" }, "scripts": { "build": "tsdown", "prepare:type": "tsdown --dts-only", "stub": "tsdown --watch --onSuccess 'tsdown --dts-only'" }}
|