@rbxts/airfoil
Version:
Widgeon's modified Sleitnick airfoil module, ported to roblox-ts
31 lines (30 loc) • 718 B
JSON
{
"name": "@rbxts/airfoil",
"version": "1.0.5",
"description": "Widgeon's modified Sleitnick airfoil module, ported to roblox-ts",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": ["rbxts", "airfoil", "roblox", "typescript"],
"author": "",
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!out/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ZachCurtis/rbxts-airfoil"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.2.8-types.1",
"@rbxts/types": "^1.0.566",
"typescript": "^4.5.4"
}
}