{
  "name": "@horebz/is-one-thousand-nine-hundred-and-ninety-nine",
  "version": "0.1.1",
  "license": "MIT",
  "exports": "./src/is-one-thousand-nine-hundred-and-ninety-nine.ts",
  "tasks": {
    "dev": "deno run --watch main.ts"
  },
  "imports": {
    "@std/assert": "jsr:@std/assert@1"
  },
  "compilerOptions": {
    "strict": true
  },
  "unstable": [
    "sloppy-imports"
  ]
}
