{
  "name": "@unvt/charites",
  "version": "0.5.4",
  "description": "",
  "bin": {
    "charites": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc -p .",
    "watch": "tsc -w",
    "lint": "eslint --fix .",
    "test": "npm run build && mocha --timeout 5000 -r ts-node/register test/*.ts",
    "test:watch": "npm test -- --watch --watch-files src/**/*.ts --watch-files test/**/*.ts",
    "test:e2e": "npx playwright test",
    "command": "./node_modules/.bin/ts-node ./src/cli.ts"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@mapbox/mapbox-gl-style-spec": "^13.27.0",
    "@maplibre/maplibre-gl-style-spec": "^19.3.0",
    "@types/jsonminify": "^0.4.1",
    "@unvt/sprite-one": "^0.1.1",
    "axios": "^1.2.2",
    "commander": "^9.4.1",
    "glob": "^8.0.3",
    "js-yaml": "^4.0.0",
    "jsonminify": "^0.4.2",
    "node-watch": "^0.7.3",
    "open": "^8.2.1",
    "ws": "^8.11.0",
    "yaml-include": "^1.2.1"
  },
  "devDependencies": {
    "@playwright/test": "^1.29.1",
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/fs-extra": "^9.0.13",
    "@types/js-yaml": "^4.0.5",
    "@types/mapbox__point-geometry": "^0.1.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.11.18",
    "@types/ws": "^8.5.4",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^5.47.1",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.31.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "fs-extra": "^11.1.0",
    "kill-port-process": "^3.1.0",
    "mocha": "^10.2.0",
    "node-abort-controller": "^3.0.1",
    "prettier": "^2.8.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  }
}
