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) • 857 B
JSON
{
"name": "vite-plugin-tsl-operator",
"version": "1.4.4",
"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.5",
"@babel/traverse": "^7.28.5",
"@babel/generator": "^7.28.5",
"@babel/types": "^7.28.5"
},
"devDependencies": {
"vitest": "^4.0.16"
},
"packageManager": "pnpm@10.26.2"
}