{
  "name": "@fiahfy/packbits",
  "description": "PackBits implementation in JavaScript",
  "version": "0.0.6",
  "author": {
    "name": "fiahfy",
    "email": "d.fiahfy@gmail.com",
    "url": "https://fiahfy.github.io/"
  },
  "bugs": {
    "url": "https://github.com/fiahfy/packbits/issues"
  },
  "devDependencies": {
    "@fiahfy/eslint-config": "^0.0.11",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "eslint": "^7.16.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/fiahfy/packbits",
  "keywords": [
    "encoding",
    "packbits"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fiahfy/packbits.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "lint:eslint": "eslint -f codeframe --ext .js,.ts --ignore-path .gitignore .",
    "lint:prettier": "prettier -c --ignore-path .gitignore **/*.{js,ts}",
    "test": "npm run lint && jest"
  },
  "types": "dist/index.d.js"
}
