{
  "name": "@ogre-tools/linkable",
  "private": false,
  "version": "27.0.0",
  "description": "Like 'npm link', but doesn't trip over with symlinks and local node_modules of linking target.",
  "type": "commonjs",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ogre-works/ogre-tools.git"
  },
  "main": "build/index.js",
  "module": "build/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./build/index.d.ts",
        "default": "./build/index.mjs"
      },
      "require": {
        "types": "./build/index.d.ts",
        "default": "./build/index.js"
      }
    }
  },
  "files": [
    "build"
  ],
  "author": "Ogre Works",
  "license": "MIT",
  "homepage": "https://github.com/ogre-works/ogre-tools#readme",
  "dependencies": {
    "@ogre-tools/fp": "^27.0.0",
    "@ogre-tools/injectable": "^27.0.0",
    "@ogre-tools/injectable-extension-for-auto-registration": "^27.0.0",
    "fast-glob": "^3.2.12",
    "fs-extra": "^11.0.0",
    "lodash": "^4.17.21",
    "yalc": "^1.0.0-pre.53"
  },
  "devDependencies": {
    "@async-fn/jest": "^1.6.4",
    "@ogre-tools/test-utils": "^27.0.0",
    "@types/fs-extra": "^9.0.13"
  },
  "scripts": {
    "build": "ogre-tools-build-ts",
    "test": "ogre-tools-test",
    "code-style:verify": "ogre-tools-verify-code-style",
    "code-style:fix": "ogre-tools-fix-code-style"
  },
  "bin": {
    "linkable": "bin/linkable",
    "linkable-push": "bin/linkable-push"
  },
  "gitHead": "92ade0ef942e448c26585dc4ac28a2417ad379f2"
}
