{
  "name": "parselib",
  "version": "1.0.0",
  "description": "A Typescript library for serializing/deserializing specific formats (XML, JSON, YAML, etc) and building your own serializers/deserializers.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "nyc --reporter=lcov mocha --slow 0",
	"coverage": "codecov",
    "build": "tsc",
    "deploy": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uellenberg/parselib.git"
  },
  "keywords": [
    "parser",
    "serializer",
    "deserializer",
    "custom",
    "customizable",
    "parselib",
    "parse"
  ],
  "author": "Jonah Uellenberg",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/uellenberg/parselib/issues"
  },
  "homepage": "https://github.com/uellenberg/parselib#readme",
  "devDependencies": {
    "@types/node": "^14.14.37",
    "chai": "^4.3.4",
    "codecov": "^3.8.1",
    "eslint": "^7.24.0",
    "mocha": "^8.3.2",
    "nyc": "^15.1.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {}
}
