@microsoft/teams-js 2.21.0 → 2.21.1-beta.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,35 +1 @@
|
|
1
|
-
{
|
2
|
-
"name": "@microsoft/teams-js",
|
3
|
-
"author": "Microsoft Teams",
|
4
|
-
"version": "2.21.0",
|
5
|
-
"description": "Microsoft Client SDK for building app for Microsoft hosts",
|
6
|
-
"repository": {
|
7
|
-
"directory": "packages/teams-js",
|
8
|
-
"type": "git",
|
9
|
-
"url": "https://github.com/OfficeDev/microsoft-teams-library-js"
|
10
|
-
},
|
11
|
-
"main": "./dist/MicrosoftTeams.min.js",
|
12
|
-
"typings": "./dist/MicrosoftTeams.d.ts",
|
13
|
-
"scripts": {
|
14
|
-
"build": "pnpm lint && webpack && pnpm docs:validate",
|
15
|
-
"clean": "rimraf ./dist",
|
16
|
-
"docs": "pnpm typedoc",
|
17
|
-
"docs:validate": "pnpm typedoc --emit none",
|
18
|
-
"lint": "pnpm eslint ./src ./test --max-warnings 0 --fix --ext .ts",
|
19
|
-
"prettier": "prettier --write '**/*.{ts,js,css,html}'",
|
20
|
-
"test": "jest",
|
21
|
-
"test:verbose": "pnpm test -- --verbose false --silent false"
|
22
|
-
},
|
23
|
-
"dependencies": {
|
24
|
-
"debug": "^4.3.3"
|
25
|
-
},
|
26
|
-
"devDependencies": {
|
27
|
-
"@types/debug": "^4.1.7"
|
28
|
-
},
|
29
|
-
"license": "MIT",
|
30
|
-
"files": [
|
31
|
-
"dist/**",
|
32
|
-
"LICENSE",
|
33
|
-
"README.md"
|
34
|
-
]
|
35
|
-
}
|
1
|
+
{"name":"@microsoft/teams-js","author":"Microsoft Teams","version":"2.21.1-beta.0","description":"Microsoft Client SDK for building app for Microsoft hosts","repository":{"directory":"packages/teams-js","type":"git","url":"https://github.com/OfficeDev/microsoft-teams-library-js"},"main":"./dist/MicrosoftTeams.min.js","typings":"./dist/MicrosoftTeams.d.ts","scripts":{"build":"pnpm lint && webpack && pnpm docs:validate","clean":"rimraf ./dist","docs":"pnpm typedoc","docs:validate":"pnpm typedoc --emit none","lint":"pnpm eslint ./src ./test --max-warnings 0 --fix --ext .ts","prettier":"prettier --write '**/*.{ts,js,css,html}'","test":"jest","test:verbose":"pnpm test -- --verbose false --silent false"},"dependencies":{"debug":"^4.3.3"},"devDependencies":{"@types/debug":"^4.1.7"},"license":"MIT","files":["dist/**","LICENSE","README.md"]}
|