{
  "name": "@jfromaniello/typedmap",
  "version": "1.4.1",
  "description": "",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "clean": "rm -rf dist",
    "build": "tsc",
    "build:cjs": "npm run build -- -p ./tsconfig/cjs.json",
    "build:esm": "npm run build -- -p ./tsconfig/esm.json && echo '{\"type\": \"module\"}'> dist/esm/package.json",
    "build:types": "npm run build -- -p ./tsconfig/types.json",
    "prepare": "run-s clean build:*"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "author": "José F. Romaniello <jfromaniello@gmail.com> (https://joseoncode.com/)",
  "repository": "github:jfromaniello/typedmap",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "npm-run-all2": "^6.1.2",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "map",
    "typedmap",
    "typescript"
  ]
}
