{
  "name": "abs",
  "version": "2.0.0",
  "description": "A library to convert a path into an absolute path.",
  "type": "module",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dependencies": {
    "ul": "^7.0.0"
  },
  "devDependencies": {
    "mocha": "^11.7.5"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:IonicaBizau/abs.git"
  },
  "keywords": [
    "absolute",
    "path"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/abs/issues"
  },
  "homepage": "https://github.com/IonicaBizau/abs",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}