|
|
@@ -1,15 +1,21 @@
|
|
|
{
|
|
|
"name": "@vue/runtime-vapor",
|
|
|
- "version": "3.0.0-vapor",
|
|
|
+ "version": "3.5.13",
|
|
|
"description": "@vue/runtime-vapor",
|
|
|
"main": "index.js",
|
|
|
"module": "dist/runtime-vapor.esm-bundler.js",
|
|
|
"types": "dist/runtime-vapor.d.ts",
|
|
|
- "unpkg": "dist/runtime-vapor.global.js",
|
|
|
"files": [
|
|
|
"index.js",
|
|
|
"dist"
|
|
|
],
|
|
|
+ "exports": {
|
|
|
+ ".": {
|
|
|
+ "types": "./dist/runtime-vapor.d.ts",
|
|
|
+ "default": "./dist/runtime-dom.esm-bundler.js"
|
|
|
+ },
|
|
|
+ "./*": "./*"
|
|
|
+ },
|
|
|
"sideEffects": false,
|
|
|
"buildOptions": {
|
|
|
"name": "VueRuntimeVapor",
|