{
  "name": "typed-fields",
  "version": "1.0.0",
  "description": "Typed fields for TypeScript, force casting the data type to avoid runtime errors",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "browser": "./dist/index.iife.js",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "jest -c jest.config.cjs",
    "build": "rollup -c",
    "watch": "rollup -c -w"
  },
  "keywords": [],
  "author": "thanhtunguet <ht@thanhtunguet.info>",
  "repository": {
    "type": "git",
    "url": "https://github.com/thanhtunguet/typed-fields"
  },
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "dayjs": "^1.11.18",
    "reflect-metadata": "^0.2.2",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-typescript": "^7.27.1",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.13.10",
    "babel-jest": "^30.1.2",
    "jest": "^30.1.3",
    "jest-environment-node": "^30.1.2",
    "rollup": "^2.79.2",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^29.4.2",
    "typescript": "^5.9.2"
  }
}