{
  "name": "psya",
  "version": "0.0.1",
  "description": "a strange experiment",
  "bin": { "psya": "psya.sh" },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w",
    "lint": "eslint -c .eslintrc --ext .ts ./src",
    "start": "npm run build && electron ./dist/main.js"
  },
  "repository": "https://github.com/queerviolet/psya-shell",
  "keywords": ["mystery"],
  "author": "GitHub",
  "license": "CC0-1.0",
  "dependencies": {
    "@protoplasm/recall": "^0.2.4",
    "electron": "^28.0.0",
    "typescript": "^5.3.3"
  }
}
