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.
34 lines
702 B
34 lines
702 B
{ |
|
"name": "@vue/devtools-shared", |
|
"type": "module", |
|
"version": "7.5.3", |
|
"author": "webfansplz", |
|
"license": "MIT", |
|
"repository": { |
|
"directory": "packages/shared", |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/devtools-next.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": "^20.16.14" |
|
}, |
|
"scripts": { |
|
"build": "tsup", |
|
"prepare:type": "tsup --dts-only", |
|
"stub": "tsup --watch --onSuccess 'tsup --dts-only'" |
|
} |
|
} |