{
  "name": "ffpr",
  "version": "0.3.1",
  "description": "Save editor for games of Final Fantasy Pixel Remaster",
  "license": "MIT",
  "author": "arelive <me@are.moe> (https://are.moe)",
  "repository": "github:arebaka/ffpr",
  "homepage": "https://github.com/arebaka/ffpr",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": ":",
    "lint": "npx eslint .",
    "build": "npx tsc"
  },
  "bugs": {
    "url": "https://github.com/arebaka/ffpr/issues"
  },
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/arelive"
  },
  "keywords": [
    "final",
    "fantasy",
    "pixel",
    "remaster",
    "ffpr",
    "save",
    "editor"
  ],
  "dependencies": {
    "rijndael-js": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.2",
    "@types/rijndael-js": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^8.31.0",
    "@typescript-eslint/parser": "^8.31.0",
    "eslint": "^9.25.1",
    "typescript": "^5.8.3"
  }
}
