{
  "name": "wson-addon",
  "version": "2.10.0",
  "description": "An addon for faster WSON stringifying/parsing",
  "main": "./lib",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build-lib": "tsc",
    "build": "npm run build-lib",
    "lint": "eslint src/**/*.ts test/**/*.ts",
    "prepublishOnly": "npm test && npm run lint && npm run build",
    "prettify": "prettier -w src/**/* test/**/*",
    "test": "mocha --require ts-node/register --extension ts"
  },
  "keywords": [
    "addon",
    "C++",
    "WSON",
    "stringify",
    "parse"
  ],
  "repository": {
    "type": "git",
    "url": "tapirdata/wson-addon"
  },
  "author": {
    "name": "Andreas Riedl",
    "email": "office@tapirdata.com",
    "url": "https://github.com/tapirdata"
  },
  "license": "MIT",
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.15.0"
  },
  "devDependencies": {
    "@types/bindings": "^1.5.1",
    "@types/chai": "^4.3.0",
    "@types/lodash": "^4.14.178",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.13",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "chai": "^4.3.6",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "lodash": "^4.17.21",
    "mocha": "^9.2.0",
    "prettier": "^2.5.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  },
  "gypfile": true
}
