{
    "name": "@pnp/sp-taxonomy",
    "version": "1.3.11",
    "description": "pnp - Provides a fluent API to work with SharePoint taxonomy",
    "main": "./dist/sp-taxonomy.es5.umd.js",
    "typings": "./index",
    "dependencies": {
        "tslib": "1.10.0"
    },
    "peerDependencies": {
        "@pnp/logging": "1.3.11",
        "@pnp/common": "1.3.11",
        "@pnp/odata": "1.3.11",
        "@pnp/sp": "1.3.11",
        "@pnp/sp-clientsvc": "1.3.11"
    },
    "author": {
        "name": "Microsoft and other contributors"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/pnp/pnp/issues"
    },
    "homepage": "https://github.com/pnp/pnp",
    "repository": {
        "type": "git",
        "url": "git://github.com/pnp/pnp"
    },
    "module": "./dist/sp-taxonomy.es5.js",
    "es2015": "./dist/sp-taxonomy.js"
}