{
  "name": "@davidnbooth/cbor",
  "version": "8.1.0",
  "description": "fork of node-cbor by hildjj, without bigint - for better compatibility with older browsers",
  "main": "./packages/cbor/lib/cbor.js",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "clean": "rimraf node_modules coverage .nyc_output packages/*/node_modules packages/*/coverage packages/*/.nyc_output",
    "docs": "jsdoc -c .jsdoc.conf",
    "lint": "eslint . --ext cjs,mjs,js,md",
    "test": "ava packages/*/test/*.ava.js",
    "test:versions": "nve --continue --arch x64 --parallel 18,16,14 npm test",
    "test:bigendian": "docker run --rm -it -v ${PWD}:/root/cbor -w /root/cbor s390x/node npm test",
    "test:spot-check": "ava test/*.ava.js && CBOR_PACKAGE=${INIT_CWD}/packages/cbor-web/dist/cbor.js npm run test",
    "test:web": "node packages/puppeteer-demo/index.js",
    "test:all": "npm run test:versions && npm run test:spot-check && npm run test:bigendian && npm run test:web",
    "build": "pnpm -r build",
    "coverage": "nyc -r lcov npm test",
    "coverage:all": "nyc -r lcov npm run test:all",
    "precopy": "rimraf docs/example/*",
    "copy": "pnpm -r copy"
  },
  "dependencies": {
    "nofilter": "^3.1.0"
  },
  "devDependencies": {
    "@cto.af/eslint-config": "^0.1.7",
    "ava": "^4.3.3",
    "bignumber.js": "^9.1.0",
    "eslint": "^8.23.1",
    "eslint-plugin-ava": "^13.2.0",
    "eslint-plugin-jsdoc": "^39.3.6",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-node": "^11.1.0",
    "jsdoc": "^3.6.11",
    "lerna": "^5.5.1",
    "light-server": "^2.9.1",
    "minami": "*",
    "nve": "^15.2.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidnbooth/node-cbor.git"
  },
  "author": "Joe Hildebrand",
  "license": "MIT"
}
