{
  "name": "windows-iana",
  "description": "A small tool to convert between Windows time zones and IANA",
  "version": "5.1.0",
  "module": "dist/windows-iana.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rubenillodo/windows-iana.git"
  },
  "bugs": {
    "url": "https://github.com/rubenillodo/windows-iana/issues"
  },
  "homepage": "https://github.com/rubenillodo/windows-iana#readme",
  "keywords": [
    "Time Zone",
    "IANA",
    "Windows Time Zone"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "eslint .",
    "format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,mdx,html}'",
    "run-script": "ts-node --compiler-options '{ \"module\": \"commonjs\" }'"
  },
  "devDependencies": {
    "@babel/core": "^7.13.16",
    "@size-limit/preset-small-lib": "^4.10.2",
    "@types/xml2js": "^0.4.8",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "dotenv": "^8.2.0",
    "eslint": "^7.24.0",
    "eslint-config-prettier": "^8.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "semantic-release": "^17.4.2",
    "ts-node": "^9.1.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4",
    "xml2js": "^0.4.23"
  },
  "dependencies": {},
  "resolutions": {
    "**/@typescript-eslint/eslint-plugin": "4.22.0"
  }
}
