{
  "name": "@cicada-lang/cicada-whereabouts",
  "version": "0.1.10",
  "repository": "github:cicada-lang/cicada-whereabouts",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "bin": {
    "whereabouts": "bin/whereabouts.js"
  },
  "scripts": {
    "prepare": "husky install",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test:ts": "vitest --dir src --threads false --run",
    "test:watch": "vitest --dir src --threads false",
    "test:coverage": "vitest --dir src --threads false --run --coverage ",
    "test:gui": "vitest --dir src --threads false --ui",
    "test:tests": "test-runner snapshot './bin/whereabouts.js' 'docs/tests/**/*.(cw)' --exclude 'docs/tests/**/*.error.(cw)'",
    "test:tests-error": "test-runner snapshot-error './bin/whereabouts.js' 'docs/tests/**/*.error.(cw)'",
    "test": "npm run test:ts && npm run test:tests && npm run test:tests-error",
    "format": "prettier src --write"
  },
  "dependencies": {
    "@cicada-lang/partech": "^0.1.22",
    "@xieyuheng/command-line": "^0.0.7",
    "@xieyuheng/ty": "^0.1.17",
    "commonmark": "^0.30.0",
    "fast-deep-equal": "^3.1.3",
    "lodash": "^4.17.21",
    "node-watch": "^0.7.3",
    "picocolors": "^1.0.0",
    "readdirp": "^3.6.0"
  },
  "devDependencies": {
    "@types/commonmark": "^0.27.5",
    "@types/lodash": "^4.14.186",
    "@types/node": "^18.8.0",
    "@vitest/coverage-c8": "^0.23.4",
    "@vitest/coverage-istanbul": "^0.23.4",
    "@vitest/ui": "^0.23.4",
    "@xieyuheng/test-runner": "^0.2.5",
    "husky": "^8.0.1",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.1.1",
    "pretty-quick": "^3.1.3",
    "typescript": "^4.8.4",
    "vite": "^3.1.4",
    "vitest": "^0.23.4"
  },
  "license": "GPL-3.0-or-later"
}
