@fdx/fxmath
Version:
A helper library for vector math and generative art
30 lines (29 loc) • 651 B
JSON
{
"name": "@fdx/fxmath",
"version": "0.0.8",
"description": "A helper library for vector math and generative art",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc && node build.js",
"build2": "rm -rf ./dist && tsc",
"test": "jest"
},
"keywords": [
"vector",
"math",
"genart",
"generative",
"art"
],
"author": "felix deimling",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.13",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
}
}