@microsoft/msgraph-beta-sdk
Version:
Microsoft Graph Beta JavaScript client library
41 lines (40 loc) • 1.21 kB
JSON
{
"name": "@microsoft/msgraph-beta-sdk",
"version": "1.0.0-preview.69",
"description": "Microsoft Graph Beta JavaScript client library",
"keywords": [
"microsoft",
"graph",
"msgraph",
"beta"
],
"author": "Microsoft <graphsdkpub+javascript@microsoft.com>",
"homepage": "https://github.com/microsoftgraph/msgraph-beta-sdk-typescript#readme",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoftgraph/msgraph-beta-sdk-typescript.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rimraf -g **/*.d.ts && rimraf -g **/*.d.ts.map && rimraf -g **/*.js.map && rimraf -g **/*.js && rimraf tsconfig.tsbuildinfo"
},
"bugs": {
"url": "https://github.com/microsoftgraph/msgraph-beta-sdk-typescript/issues"
},
"dependencies": {
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.92",
"@microsoft/msgraph-sdk-core": "^1.0.0-preview.17",
"tslib": "^2.6.2"
},
"devDependencies": {
"typescript": "^5.3.3"
},
"type": "module",
"gitHead": "fdd6fc53f571df50ddb7efa611a85d27909dcdac"
}