{
  "name": "@flybywiresim/fragmenter",
  "version": "0.8.0",
  "description": "Tool used to create zip files for multiple modules and only update what is needed",
  "author": "FlyByWire Simulations",
  "license": "GPL-3.0",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/flybywiresim/fragmenter#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flybywiresim/fragmenter.git"
  },
  "bugs": {
    "url": "https://github.com/flybywiresim/fragmenter/issues"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "serve": "serve -s test/out",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.17.2",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@flybywiresim/eslint-config": "^0.1.0",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@types/crc": "^3.4.0",
    "@types/fs-extra": "^8.1.2",
    "@types/fs-readdir-recursive": "^1.0.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^14.18.11",
    "@types/url-join": "^4.0.1",
    "@types/yauzl": "^2.10.0",
    "@types/yazl": "^2.4.2",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "babel-jest": "^27.5.1",
    "eslint": "^7.32.0",
    "eslint-plugin-jest": "^24.7.0",
    "fs-extra": "^8.1.0",
    "fs-readdir-recursive": "^1.1.0",
    "hasha": "^5.2.2",
    "jest": "^27.5.1",
    "original-fs": "^1.1.0",
    "rollup": "^2.67.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "serve": "^11.3.2",
    "ts-node": "^10.5.0",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "split-file": "^2.3.0",
    "url-join": "^4.0.1",
    "zip-lib": "^0.7.3"
  }
}
