{
  "name": "@ferrisk/bsonfy",
  "version": "1.0.4",
  "author": "Marco Paland",
  "license": "MIT",
  "private": false,
  "description": "Ultrafast BSON serializer/parser",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p ./src",
    "pretest": "tsc -p ./test",
    "test": "mocha ./test/out/test/**/*_test.js",
    "dev": "lite-server"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.47",
    "@types/node": "^9.4.0",
    "chai": "^4.1.2",
    "lite-server": "latest",
    "mocha": "^5.0.0",
    "ts-node": "^4.1.0",
    "typescript": "latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i404788/bsonfy.git"
  },
  "keywords": [
    "BSON",
    "Parser",
    "Serializer",
    "Deserializer",
    "JSON",
    "Typescript"
  ],
  "bugs": {
    "url": "https://github.com/i404788/bsonfy/issues"
  },
  "homepage": "https://github.com/i404788/bsonfy#readme",
  "directories": {
    "test": "test"
  }
}
