{
  "author": "Gerrit Seger",
  "homepage": "https://github.com/GerritSe/frontend-storage",
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "frontend-storage",
  "repository": {
    "type": "git",
    "url": "https://github.com/GerritSe/frontend-storage.git"
  },
  "version": "0.0.4",
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.4",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-typescript": "^9.0.1",
    "@types/jest": "^29.1.2",
    "jest": "^29.1.2",
    "jest-environment-jsdom": "^29.1.2",
    "rollup": "^3.0.1",
    "ts-jest": "^29.0.3",
    "tslib": "^2.4.0",
    "typescript": "^4.8.4"
  },
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "prepublishOnly": "rm -rf dist && rollup -c --bundleConfigAsCjs",
    "test": "jest"
  }
}
