{
  "name": "@raona/sp",
  "version": "0.0.223",
  "description": "Raona utilities to work with Sharepoint using pnp/sp",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build2": "tsc && rollup -c",
    "build:dev": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://raonadev.visualstudio.com/Raona.SPFramework/_git/Raona.O365.SPUtils"
  },
  "keywords": [
    "TypeScript",
    "Sharepoint",
    "pnp",
    "sp",
    "abstract",
    "Entities"
  ],
  "author": "esBA263",
  "license": "ISC",
  "dependencies": {
    "@microsoft/applicationinsights-web": "^2.2.0",
    "@microsoft/sp-core-library": "^1.8.1",
    "@microsoft/sp-http": "^1.8.2",
    "@pnp/common": "1.3.4",
    "@pnp/graph": "1.3.4",
    "@pnp/logging": "1.3.4",
    "@pnp/odata": "1.3.4",
    "@pnp/polyfill-ie11": "1.0.2",
    "@pnp/sp": "1.3.4",
    "@pnp/sp-clientsvc": "1.3.4",
    "@pnp/sp-taxonomy": "1.3.4",
    "@types/lscache": "^1.0.29",
    "lscache": "^1.3.0",
    "redux": "^4.0.4"
  },
  "devDependencies": {
    "@microsoft/sp-component-base": "^1.8.2",
    "@microsoft/sp-tslint-rules": "^1.8.2",
    "lodash.camelcase": "^4.3.0",
    "rollup": "^1.18.0",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.22.1",
    "rollup-plugin-uglify": "^6.0.2",
    "typescript": "^3.4.5"
  }
}
