@quenty/getgroundplane
Version:
Function that uses raycasting to determine the groundplane in Roblox
41 lines (40 loc) • 884 B
JSON
{
"name": "@quenty/getgroundplane",
"version": "10.11.0",
"description": "Function that uses raycasting to determine the groundplane in Roblox",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"Raycasting"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/getgroundplane/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/loader": "10.11.0"
},
"devDependencies": {
"@quenty/loader": "workspace:*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9413391da8b6f9026762285b601fd1d37d385a54"
}