{
  "name": "tiny-open",
  "repository": "github:fabiospampinato/tiny-open",
  "description": "A tiny utility for opening a file or a URL with its default application, or a custom one.",
  "license": "MIT",
  "version": "1.3.0",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "node ./test/index.js",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "tiny",
    "open",
    "file",
    "url"
  ],
  "devDependencies": {
    "@types/node": "^18.19.74",
    "tsex": "^4.0.2",
    "typescript": "^5.7.3"
  }
}
