{
  "author": "viktor-podzigun",
  "name": "farjs-app",
  "version": "0.12.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/farjs/farjs.git"
  },
  "private": false,
  "description": "FAR.js - Cross-platform File and Archive Manager app in your terminal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/farjs/farjs/issues"
  },
  "homepage": "https://farjs.github.io",
  "keywords": [
    "farmanager",
    "react",
    "reactjs",
    "react-js",
    "react-blessed",
    "blessed",
    "scala",
    "scalajs",
    "scala-js",
    "cli",
    "cli-app",
    "terminal",
    "xterm",
    "file-manager",
    "filemanager",
    "filemanager-ui",
    "filemanagement",
    "file-edit",
    "file-editor",
    "editor",
    "console",
    "tui",
    "text-ui"
  ],
  "bin": {
    "farjs": "dist/farjs.mjs"
  },
  "files": [
    "dist/farjs.mjs",
    "dist/versionChecker.mjs",
    "farjs/domain/bundle.json",
    "farjs-app-opt.js",
    "LICENSE.txt",
    "README.md"
  ],
  "type": "module",
  "main": "./farjs-app-opt.js",
  "exports": "./farjs-app-opt.js",
  "preferGlobal": true,
  "browserslist": "maintained node versions",
  "engines": {
    "node": ">=16",
    "bun": ">=0.8"
  },
  "dependencies": {
    "react-blessed": "0.7.2",
    "react": "^17.0.1",
    "blessed": "0.1.81",
    "@farjs/ui": "0.4.4",
    "@farjs/better-sqlite3-websql": "^1.0.1",
    "iconv-lite": "0.6.3"
  },
  "devDependencies": {
    "react-test-renderer": "^17.0.1"
  }
}
