@splinetool/runtime
Advanced tools
Comparing version
{ | ||
"name": "@splinetool/runtime", | ||
"version": "0.9.64", | ||
"main": "build/runtime.js", | ||
"version": "0.9.65", | ||
"type": "module", | ||
"main": "./build/runtime.js", | ||
"module": "./build/runtime.js", | ||
"types": "./runtime.d.ts", | ||
"react-native": "./build/runtime.js", | ||
"exports": { | ||
".": { | ||
"import": "./build/runtime.js", | ||
"require": "./build/runtime.cjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -9,3 +19,2 @@ "build", | ||
], | ||
"types": "./runtime.d.ts", | ||
"scripts": { | ||
@@ -17,3 +26,3 @@ "start": "cross-env NODE_ENV=development node --experimental-json-modules ./esbuild.mjs", | ||
"typecheck": "tsc", | ||
"analyze": "cross-env GENERATE_SOURCEMAP=true yarn build && source-map-explorer 'build/*.js' --no-border-checks", | ||
"analyze": "cross-env GENERATE_SOURCEMAP=true yarn build && cross-env NODE_OPTIONS=--no-experimental-fetch source-map-explorer 'build/runtime.js' --no-border-checks", | ||
"example": "vite" | ||
@@ -32,3 +41,3 @@ }, | ||
"spe": "0.0.0", | ||
"three": "^0.140.0", | ||
"three": "^0.141.0", | ||
"typescript": "^4.1.3", | ||
@@ -35,0 +44,0 @@ "vite": "^2.9.0" |
Sorry, the diff of this file is too big to display
2527725
80.29%6
20%17288
90.21%Yes
NaN