UNPKG

spfx-kql-data-retriever

Version:

Search Query Service for retrieve data with Kql with Sharepoint 365

41 lines (40 loc) 943 B
{ "name": "spfx-kql-data-retriever", "version": "1.0.1", "description": "Search Query Service for retrieve data with Kql with Sharepoint 365", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git" }, "keywords": [ "Typescript", "spfx", "sharepoint", "kql", "search", "Neos" ], "author": "rayms.dev@gmail.com", "license": "ISC", "devDependencies": { "tslint": "^5.11.0", "tslint-microsoft-contrib": "^5.2.1" }, "dependencies": { "@microsoft/sp-core-library": "1.7.0", "@microsoft/sp-webpart-base": "1.7.0", "@pnp/common": "^1.2.6", "@pnp/logging": "^1.2.6", "@pnp/odata": "^1.2.6", "@pnp/sp": "^1.2.6", "@types/lodash-es": "^4.17.1", "lodash-es": "^4.17.11", "moment": "^2.22.2", "typescript": "^3.1.6" } }