{
    "name": "gd-sprest-def",
    "version": "2.1.3",
    "description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",
    "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",
    "license": "MIT",
    "main": "main.js",
    "typings": "./lib/index.d.ts",
    "directories": {
        "lib": "lib"
    },
    "scripts": {
        "build": "node main.js",
        "clean": "node clean.js",
        "package": "npm run clean && npm run build",
        "update": "node update.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gunjandatta/sprest-def.git"
    },
    "keywords": [
        "API",
        "Definition",
        "Microsoft",
        "Office",
        "REST",
        "SharePoint",
        "TypeScript"
    ],
    "bugs": {
        "url": "https://github.com/gunjandatta/sprest-def/issues"
    },
    "homepage": "https://github.com/gunjandatta/sprest-def#readme",
    "devDependencies": {
        "rimraf": "^2.6.2",
        "xml2js": "^0.5.0"
    }
}