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 "build": ""
10 },
11 "keywords": [
12 "flyff",
13 "universe",
14 "tools"
15 ],
16 "author": "Dane Miller (me@dane.computer)",
17 "license": "MIT",
18 "packageManager": "pnpm@10.25.0",
19 "engines": {
20 "node": ">=22"
21 },
22 "devDependencies": {
23 "turbo": "^2.6.1"
24 }
25}