{
  "name": "esserializer",
  "version": "1.3.11",
  "description": "JavaScript serialization and deserialization utility",
  "main": "dist/bundle.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "npx eslint ./src --ext .ts && npx jest && coveralls < coverage/lcov.info && rm -rf ./coverage",
    "build": "npx webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaochuancs/esserializer.git"
  },
  "keywords": [
    "serialization",
    "deserialization"
  ],
  "author": "Chuan Shao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shaochuancs/esserializer/issues"
  },
  "homepage": "https://github.com/shaochuancs/esserializer#readme",
  "devDependencies": {
    "@babel/core": "^7.12.16",
    "@babel/preset-env": "^7.12.16",
    "@babel/preset-typescript": "^7.12.16",
    "@types/jest": "^26.0.20",
    "@typescript-eslint/eslint-plugin": "^4.15.0",
    "@typescript-eslint/parser": "^4.15.0",
    "babel-jest": "^26.6.3",
    "big.js": "^6.2.1",
    "bignumber.js": "^9.1.1",
    "coveralls": "^3.1.0",
    "eslint": "^7.20.0",
    "jest": "^26.6.3",
    "ts-loader": "^8.0.16",
    "typescript": "^4.1.3",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0"
  }
}
