{
  "name": "@songbaek/fifo-map",
  "version": "0.0.0",
  "type": "module",
  "packageManager": "yarn@3.5.1",
  "license": "Apache-2.0",
  "keywords": [
    "FIFO",
    "first-in-first-out",
    "map",
    "cache"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ghqor25/fifo-map.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "rm -rf ./dist && tsc --project tsconfig.build.json",
    "publish": "yarn test && yarn npm publish --access public",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --testMatch '**/*.test.ts'",
    "tsnode": "ts-node-esm --prefer-ts-exts -r tsconfig-paths/register -r source-map-support/register"
  },
  "devDependencies": {
    "@jest/types": "^28.1.3",
    "@types/jest": "28.1.8",
    "@types/node": "10.17.27",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "babel-plugin-transform-import-meta": "^2.2.0",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^3.4.1",
    "eslint-plugin-jest": "^26.5.3",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.5.0",
    "prettier": "^2.7.1",
    "source-map-support": "^0.5.21",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.1.0",
    "typescript": "^5.1.6"
  }
}