mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
34 lines
No EOL
789 B
JSON
34 lines
No EOL
789 B
JSON
{
|
|
"name": "@vue/devtools-api",
|
|
"type": "module",
|
|
"version": "8.0.6",
|
|
"author": "webfansplz",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/devtools-api",
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/devtools.git"
|
|
},
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"unpkg": "dist/vue-devtools-api.global.js",
|
|
"jsdelivr": "dist/vue-devtools-api.global.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@vue/devtools-kit": "^8.0.6"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown --clean",
|
|
"prepare:type": "tsdown --dts-only",
|
|
"stub": "tsdown --watch --onSuccess 'tsdown --dts-only'"
|
|
}
|
|
} |