{
  "name": "vbo-reader",
  "version": "1.4.0",
  "description": "A TypeScript library for parsing VBOX (.vbo) data files",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepare": "npm run build"
  },
  "keywords": [
    "vbox",
    "vbo",
    "parser",
    "data",
    "gps"
  ],
  "author": "Mohamad Sherif",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohamadSherif/vbo-reader.git"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.15.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist"
  ],
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testMatch": [
      "**/tests/**/*.test.ts"
    ]
  }
}
