| { | { | ||||
| "name": "threepipe", | "name": "threepipe", | ||||
| "version": "0.0.20-dev.1", | |||||
| "version": "0.0.20", | |||||
| "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.", | "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.", | ||||
| "main": "dist/index.js", | "main": "dist/index.js", | ||||
| "module": "dist/index.mjs", | "module": "dist/index.mjs", |
| export const VERSION = '0.0.20-dev.1' | |||||
| export const VERSION = '0.0.20' |