{
  "name": "resolve-dependency",
  "version": "1.0.3",
  "description": "Find The File That Dependency Path Resolves To.",
  "main": "build/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-build": "ALAMODE_ENV=test-build yarn test",
    "lint": "eslint .",
    "doc": "NODE_DEBUG=doc doc documentary -o README.md",
    "b": "alamode src -o build -s",
    "d": "yarn-s d1",
    "d1": "NODE_DEBUG=doc doc src/index.js -g",
    "build": "yarn-s d b doc",
    "rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
    "e": "alanode",
    "example/": "yarn e example/example.js"
  },
  "files": [
    "build",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/artdecocode/resolve-dependency.git"
  },
  "keywords": [
    "resolve-dependency",
    "npm",
    "dependency",
    "path",
    "modules",
    "require",
    "resolve",
    "file"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artdecocode/resolve-dependency/issues"
  },
  "homepage": "https://github.com/artdecocode/resolve-dependency#readme",
  "devDependencies": {
    "alamode": "^1.9.3",
    "documentary": "^1.23.4",
    "eslint-config-artdeco": "1.0.1",
    "yarn-s": "1.1.0",
    "zoroaster": "^3.11.6"
  },
  "dependencies": {
    "@wrote/exists": "^1.0.3"
  }
}
