{
  "name": "z2j",
  "version": "0.0.48",
  "description": "A Zon to json convertor.",
  "author": {
    "name": "Rohan Vashisht",
    "email": "rohanvashisht@zigistry.dev"
  },
  "keywords": [
    "json",
    "zon",
    "convertor"
  ],
  "license": "AGPL-3.0-only",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "node test/test.js",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.8",
    "typescript": "^5.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zigistry/z2j.git"
  },
  "bugs": {
    "url": "https://github.com/zigistry/z2j/issues"
  },
  "homepage": "https://github.com/zigistry/z2j#readme",
  "type": "module"
}
