{
  "name": "prwd",
  "version": "0.9.1",
  "description": "accessing root directory in require & import calls using ~",
  "main": "index.js",
  "files": [
    "LICENSE.txt",
    "README.md",
    "package.json",
    "bin/index.js"
  ],
  "bin": {
    "prwd": "bin/index.js"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "13.5.0",
    "husky": "4.2.1",
    "typescript": "3.7.5"
  },
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dawnimpulse/prwd.git"
  },
  "keywords": [
    "wavy",
    "~",
    "require",
    "import",
    "symlink",
    "root",
    "pwd",
    "rwd"
  ],
  "author": "DawnImpulse",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dawnimpulse/prwd/issues"
  },
  "homepage": "https://github.com/dawnimpulse/prwd#readme"
}
