{
  "name": "ta-json-x",
  "version": "2.5.3",
  "description": "Type-aware JSON serializer/parser",
  "main": "dist/cjs/index.js",
  "types": "dist/es6/index.d.ts",
  "module": "dist/es6/index.js",
  "files": [
    "LICENSE",
    "README.md",
    "dist/**/*"
  ],
  "scripts": {
    "lint": "tslint -c tslint.json --project ./tsconfig.json",
    "compile": "tsc && tsc -p tsconfig.cjs.json",
    "compile:w": "tsc -w",
    "prepublishOnly": "npm run build",
    "build_": "npm run lint && npm run compile",
    "build": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielweck/ta-json.git"
  },
  "author": "Edward Carroll",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielweck/ta-json/issues"
  },
  "keywords": [
    "json",
    "decorator",
    "decorators",
    "es6",
    "es7",
    "types",
    "classes",
    "serializer",
    "parser"
  ],
  "homepage": "https://github.com/danielweck/ta-json#readme",
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@edcarroll/code-style": "^2.0.0",
    "@types/node": "^12.19.9",
    "tslint": "^5.20.1",
    "typescript": "^4.1.3"
  }
}
