UNPKG

vite-plugin-tsl-operator

Version:

A Vite plugin to let you use `+`, `-`, `*`, `/`, `%` with TSL Node in your Threejs project making the code more consise and easy to write, re-write & read.

33 lines (32 loc) 856 B
{ "name": "vite-plugin-tsl-operator", "version": "1.4.3", "description": "A Vite plugin to let you use `+`, `-`, `*`, `/`, `%` with TSL Node in your Threejs project making the code more consise and easy to write, re-write & read.", "main": "src/index.js", "type": "module", "scripts": { "build": "mkdir -p dist && cp src/index.js dist/index.js", "test": "vitest run" }, "keywords": [ "tsl", "threejs", "vite", "plugin", "operators", "transform" ], "repository": "github:makio64/vite-plugin-tsl-operator", "author": "David Ronai | Makio64", "license": "MIT", "dependencies": { "@babel/parser": "^7.28.0", "@babel/traverse": "^7.28.0", "@babel/generator": "^7.28.0", "@babel/types": "^7.28.1" }, "devDependencies": { "vitest": "^3.2.4" }, "packageManager": "pnpm@10.13.1" }