{ "name": "flyff-tools", "private": "true", "version": "1.0.0", "description": "A collection of applications and tools related to flyff universe", "main": "index.js", "scripts": { "dev": "turbo run dev", "build": "" }, "keywords": [ "flyff", "universe", "tools" ], "author": "Dane Miller (me@dane.computer)", "license": "MIT", "packageManager": "pnpm@10.25.0", "engines": { "node": ">=22" }, "devDependencies": { "turbo": "^2.6.1" } }