{
  "name": "bit-crush",
  "version": "1.0.3",
  "description": "Javascript dictionary encoder",
  "keywords": [
    "code-golf",
    "encoder",
    "js1k",
    "jscrush"
  ],
  "main": "dist/bit-crusher.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Argeento/bit-crusher.git"
  },
  "author": "Adrian Wieprzkowicz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Argeento/bit-crusher/issues"
  },
  "homepage": "https://github.com/Argeento/bit-crusher#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^5.0.2",
    "rollup": "^2.26.10",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2"
  }
}
