{
  "name": "roaring-aws",
  "version": "1.0.6",
  "private": false,
  "description": "roaring, precompiled for AWS lambda",
  "keywords": [
    "roaring",
    "aws"
  ],
  "license": "Apache-2.0",
  "author": "Salvatore Previti",
  "homepage": "https://github.com/SalvatorePreviti/roaring-node-aws#readme",
  "bugs": {
    "url": "https://github.com/SalvatorePreviti/roaring-node-aws/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SalvatorePreviti/roaring-node-aws.git"
  },
  "engines": {
    "node": ">=10.15.0"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "typings": "index.d.ts",
  "files": [
    "lib/roaring-aws/**/*.*",
    "lib/**/*.js",
    "lib/**/*.json",
    "lib/**/*.node",
    "README.md",
    "LICENSE",
    "index.js",
    "index.d.ts",
    "RoaringBitmap32.js",
    "RoaringBitmap32.d.ts",
    "RoaringBitmap32Iterator.js",
    "RoaringBitmap32Iterator.d.ts"
  ],
  "scripts": {
    "build": "./build.sh",
    "rebuild": "./rebuild.sh",
    "acuris-eslint": "npx acuris-eslint"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,json,ts,tsx}": [
      "acuris-eslint --lint-staged --fix --max-warnings=0",
      "git add"
    ]
  },
  "dependencies": {
    "roaring": "^1.0.6"
  },
  "devDependencies": {
    "@acuris/eslint-config": "^0.0.51",
    "@types/node": "^13.1.4",
    "@typescript-eslint/eslint-plugin": "^2.14.0",
    "@typescript-eslint/parser": "^2.14.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.9.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-json": "^2.0.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-scope": "^5.0.0",
    "husky": "^3.1.0",
    "lint-staged": "^9.5.0",
    "prettier": "^1.19.1",
    "typescript": "^3.7.4"
  }
}
