{
  "name": "universal-links-test",
  "description": "Check apple-app-site-association file",
  "version": "0.1.0",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./sim": {
      "types": "./dist/sim/index.d.ts",
      "default": "./dist/sim/index.js"
    },
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "aasa",
    "apple-app-site-association",
    "swcutil",
    "universal links",
    "test"
  ],
  "author": "ZOZO inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/st-tech/universal-links-test.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "test": "vitest src --run",
    "build": "tsc",
    "clean": "node -e \"fs.rmSync('dist',{recursive:true,force:true})\"",
    "fmt": "biome check --write .",
    "check": "biome check ."
  }
}