{
  "author": "Benjamin Gray",
  "main": "./index.js",
  "version": "0.0.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/Aerijo/tree-sitter-nd"
  },
  "keywords": [
    "tree-sitter",
    "natural-deduction",
    "fitch",
    "nd"
  ],
  "license": "MIT",
  "name": "tree-sitter-nd",
  "description": "Plain text ND syntax (Fitch style)",
  "dependencies": {
    "nan": "^2.11.0",
    "prebuild-install": "^5.0.0"
  },
  "devDependencies": {
    "prebuild": "^7.6.1",
    "tree-sitter-cli": "^0.13.8"
  },
  "scripts": {
    "build": "tree-sitter generate && node-gyp build",
    "install": "prebuild-install || node-gyp rebuild",
    "pre-build": "prebuild --all --strip --verbose",
    "pre-build:upload": "prebuild --upload-all",
    "test": "tree-sitter test && tree-sitter parse examples -q -t"
  }
}
