{
  "name": "@fkui/date",
  "version": "6.43.0",
  "description": "Date",
  "keywords": [
    "fkui",
    "designsystem"
  ],
  "homepage": "https://designsystem.forsakringskassan.se/",
  "bugs": "https://github.com/Forsakringskassan/designsystem/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Forsakringskassan/designsystem.git",
    "directory": "packages/date"
  },
  "license": "MIT",
  "author": "Försäkringskassan",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/types/index.d.ts",
  "files": [
    "lib",
    "!**/*.js.map"
  ],
  "scripts": {
    "prebuild": "tsc",
    "build": "rollup --config",
    "postbuild": "fk-api-extractor",
    "build:docs": "typedoc",
    "clean": "rimraf .jest-cache coverage lib temp test-results typedoc",
    "prepack": "release-prepack --bundle --retain-scripts",
    "postpack": "release-postpack",
    "prepublishOnly": "release-prepublish --bundle --retain-scripts",
    "start": "npm run build:docs && fkui-serve typedoc",
    "test": "jest --coverage",
    "unit": "jest",
    "unit:watch": "jest --watch",
    "watch": "rollup --config --watch"
  },
  "engines": {
    "node": ">= 20",
    "npm": ">= 7"
  },
  "gitHead": "8aa2f5ff756d16251bc06925c51186a20a4ea73d"
}
