{
  "name": "@harmoniclabs/cbor",
  "version": "2.0.1",
  "description": "cbor library for easy cbor parsing, manipulation and conversion",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "commonjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "clear-jest": "jest --clearCache",
    "test-watch": "jest --watchman",
    "test-coverage": "jest --coverage",
    "build": "rm -rf ./dist && tsc --project ./tsconfig.json && tsc-alias -p ./tsconfig.json",
    "build:light": "tsc --project ./tsconfig.json && tsc-alias -p ./tsconfig.json",
    "buidl": "npm run build",
    "ci": "npm run test && npm run build",
    "start": "npm-run-all --parallel build:watch run:watch"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "author": "Harmonic Laboratories",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HarmonicLabs/cbor.git"
  },
  "bugs": {
    "url": "https://github.com/HarmonicLabs/cbor/issues"
  },
  "homepage": "https://github.com/HarmonicLabs/cbor#readme",
  "dependencies": {
    "@harmoniclabs/obj-utils": "^1.0.0",
    "@harmoniclabs/uint8array-utils": "^1.0.4"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^28.1.4",
    "jest": "^29.4.3",
    "tsc-alias": "^1.7.1",
    "typescript": "^4.6.3"
  },
  "funding": "https://github.com/sponsors/HarmonicLabs"
}
