a collection of tools for fly for fun universe
skillulator.lol
1{
2 "name": "@flyff-tools/flyff.js",
3 "version": "1.3.0",
4 "private": "true",
5 "type": "module",
6 "description": "An API Wrapper for the FlyFF Universe API",
7 "module": "dist/index.mjs",
8 "types": "dist/index.d.ts",
9 "main": "dist/index.js",
10 "exports": {
11 ".": {
12 "types": "./dist/index.d.ts",
13 "default": "./dist/index.js"
14 }
15 },
16 "files": [
17 "dist/**"
18 ],
19 "scripts": {
20 "lint": "tsc",
21 "build": "tsup src/index.ts --format cjs,esm --dts --minify",
22 "release": "pnpm build && changeset publish",
23 "clean": "rm -rf dist"
24 },
25 "keywords": [
26 "flyff",
27 "universe",
28 "fly",
29 "for",
30 "fun"
31 ],
32 "publishConfig": {
33 "access": "public"
34 },
35 "homepage": "https://github.com/Reonanx2/flyff.js#readme",
36 "bugs": {
37 "url": "https://github.com/Reonanx2/flyff.js/issues"
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/Reonanx2/flyff.js.git"
42 },
43 "author": "Dane Miller",
44 "license": "MIT",
45 "devDependencies": {
46 "@changesets/cli": "^2.26.2",
47 "@commitlint/cli": "^17.7.1",
48 "@commitlint/config-conventional": "^17.7.0",
49 "husky": "^8.0.3",
50 "prettier": "^3.0.3",
51 "tsup": "^7.2.0",
52 "typescript": "^5.2.2"
53 }
54}