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.

31 lines 821 B
{ "name": "vite-plugin-tsl-operator", "version": "1.4.1", "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", "keywords": [ "tsl", "threejs", "vite", "plugin", "operators", "transform" ], "repository": "github:makio64/vite-plugin-tsl-operator", "author": "David Ronai | Makio64", "license": "MIT", "dependencies": { "@babel/parser": "^7.27.5", "@babel/traverse": "^7.27.4", "@babel/generator": "^7.27.5", "@babel/types": "^7.27.3" }, "devDependencies": { "vitest": "^3.2.1" }, "scripts": { "build": "mkdir -p dist && cp src/index.js dist/index.js", "test": "vitest run" } }