{
  "name": "@athombv/data-types",
  "version": "1.2.2",
  "description": "Binary Data Parsers",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "/lib",
    "/index.js",
    "/index.d.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "mocha --extension test.js test",
    "typecheck": "tsc --noEmit",
    "lint": "eslint ."
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/athombv/node-data-types.git"
  },
  "author": "Jeroen Vollenbrock <jeroen@athom.com>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/athombv/node-data-types/issues"
  },
  "homepage": "https://github.com/athombv/node-data-types#readme",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "eslint": "^6.8.0",
    "eslint-config-athom": "^2.0.8",
    "mocha": "^10.2.0",
    "typescript": "^6.0.3"
  }
}
