{
  "name": "tsprotobuf",
  "version": "1.0.19",
  "description": "",
  "main": "dist/tsprotobuf.js",
  "types": "dist/types/index.d.ts",
  "module": "dist/tsprotobuf.es.js",
  "scripts": {
    "test": "mocha",
    "clear": "rimraf dist/*",
    "build": "npm run build:module && npm run build:types",
    "build:module": "rollup -c",
    "build:types": "tsc -p tsconfig.types.json",
    "rebuild": "npm run clear && npm run build",
    "lint": "tslint -p .",
    "lint:fix": "tslint --fix -p .",
    "prepub": "npm run lint && npm run test && npm run build",
    "postpub": "git push && git push --tags origin master",
    "pub": "npm version patch && git push",
    "prepub:next": "npm run lint && npm run build",
    "pub:next": "npm version prerelease --preid=next && npm publish --tag next",
    "postpub:next": "git push",
    "coverage": "nyc npm test"
  },
  "keywords": [
    "protobuf",
    "scheme",
    "decorators"
  ],
  "author": "PeculiarVentures",
  "contributors": [
    "Miroshin Stepan<microshine@mail.ru>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PeculiarVentures/tsprotobuf"
  },
  "bugs": {
    "url": "https://github.com/PeculiarVentures/tsprotobuf/issues"
  },
  "homepage": "https://github.com/PeculiarVentures/tsprotobuf#readme",
  "dependencies": {
    "@types/long": "^5.0.0",
    "protobufjs": "^7.2.4",
    "pvtsutils": "^1.3.2",
    "tslib": "^2.6.1"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.4.5",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "rimraf": "^5.0.1",
    "rollup": "^3.26.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "ts-node": "^10.9.1",
    "tslint": "^6.1.3",
    "typescript": "^5.1.6"
  }
}
