a collection of tools for fly for fun universe skillulator.lol
1{ 2 "name": "flyff-tools", 3 "private": "true", 4 "version": "1.0.0", 5 "description": "A collection of applications and tools related to flyff universe", 6 "main": "index.js", 7 "scripts": { 8 "dev": "turbo run dev" 9 }, 10 "keywords": ["flyff", "universe", "tools"], 11 "author": "Dane Miller (me@dane.computer)", 12 "license": "MIT", 13 "packageManager": "pnpm@10.15.0", 14 "engines": { 15 "node": ">=22" 16 }, 17 "devDependencies": { 18 "turbo": "^2.6.1" 19 } 20}