{
  "name": "destruct-js",
  "description": "Declarative specifications for parsing binary data from Buffers",
  "version": "0.2.13",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest --noStackTrace",
    "prepublish": "tsc && yarn babel dist -d dist"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@types/jest": "^26.0.10",
    "babel-preset-minify": "^0.5.1",
    "jest": "^26.4.2",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daizyio/destruct-js"
  },
  "dependencies": {}
}
