vue3-core/packages-private/dts-built-test/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
224 B
JSON
Raw Permalink Normal View History

{
"name": "dts-built-test",
"private": true,
"version": "0.0.0",
2024-04-15 13:36:43 +08:00
"types": "dist/index.d.ts",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/reactivity": "workspace:*",
"vue": "workspace:*"
}
}