{
  "name": "@stdlib/utils-library-manifest",
  "version": "0.2.2",
  "description": "Load a manifest for compiling source files.",
  "license": "Apache-2.0",
  "author": {
    "name": "The Stdlib Authors",
    "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
  },
  "contributors": [
    {
      "name": "The Stdlib Authors",
      "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
    }
  ],
  "main": "./lib",
  "browser": {
    "process": "process/"
  },
  "directories": {
    "doc": "./docs",
    "lib": "./lib",
    "dist": "./dist"
  },
  "types": "./docs/types",
  "scripts": {},
  "homepage": "https://stdlib.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/stdlib-js/utils-library-manifest.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/fs-resolve-parent-path": "^0.2.1",
    "@stdlib/utils-convert-path": "^0.2.1",
    "debug": "^2.6.9",
    "resolve": "^1.1.7"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.0",
    "npm": ">2.7.0"
  },
  "os": [
    "aix",
    "darwin",
    "freebsd",
    "linux",
    "macos",
    "openbsd",
    "sunos",
    "win32",
    "windows"
  ],
  "keywords": [
    "stdlib",
    "standard",
    "library",
    "std",
    "lib",
    "tools",
    "manifest",
    "compile",
    "package",
    "manager",
    "source",
    "files",
    "program",
    "load",
    "configuration",
    "config"
  ],
  "__stdlib__": {
    "envs": {
      "browser": false
    }
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
