{
  "name": "gui",
  "version": "0.15.3",
  "description": "Bindings to Yue's GUI library",
  "repository": "https://github.com/yue/node-gui",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "index.d.ts",
  "scripts": {
    "install": "node lib/install.js",
    "test": "npm run lint && npm run test-smoke && npm run test-typings",
    "lint": "eslint -c test/typings/tslint.json index.d.ts",
    "test-smoke": "node test/smoke.js",
    "test-typings": "tsc --project test/typings/ --outDir test/typings/out"
  },
  "dependencies": {
    "download-yue": "2.1.x"
  },
  "devDependencies": {
    "@types/node": "18.13.0",
    "@typescript-eslint/eslint-plugin": "5.51.0",
    "@typescript-eslint/parser": "5.51.0",
    "eslint": "8.34.0",
    "typescript": "4.9.5"
  }
}
