@quenty/cubicspline
Version:
Cubic Spline implementation for Roblox
42 lines (41 loc) • 899 B
JSON
{
"name": "@quenty/cubicspline",
"version": "10.12.0",
"description": "Cubic Spline implementation for Roblox",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"spline",
"cubic-spline"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/cubicspline/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"AxisAngles",
"Quenty"
],
"dependencies": {
"@quenty/binarysearch": "2.4.0",
"@quenty/linearsystemssolver": "2.3.3",
"@quenty/loader": "10.11.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9413391da8b6f9026762285b601fd1d37d385a54"
}