{
  "name": "@harmoniclabs/uint8array-utils",
  "version": "1.0.4",
  "description": "a Buffer who didn't believe it enough",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc --project ./tsconfig.json && tsc-alias -p ./tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HarmonicLabs/uint8array-utils.git"
  },
  "author": "Harmonic Laboratories",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/HarmonicLabs/uint8array-utils/issues"
  },
  "homepage": "https://github.com/HarmonicLabs/uint8array-utils#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/preset-env": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^28.1.4",
    "@types/node": "^18.14.6",
    "jest": "^29.4.3",
    "tsc-alias": "^1.7.1",
    "typescript": "^4.6.3"
  }
}
