@microsoft/teams-js
Version:
Microsoft Client SDK for building app for Microsoft teams
49 lines • 1.18 kB
JSON
{
"name": "@microsoft/teams-js",
"author": "Microsoft Teams",
"version": "1.4.1",
"description": "Microsoft Client SDK for building app for Microsoft teams",
"main": "./dist/MicrosoftTeams.min.js",
"typings": "./dts/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/microsoft-teams-library-js"
},
"scripts": {
"build": "webpack",
"test": "jest"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.5",
"del": "2.2.2",
"jest": "^23.6.0",
"merge2": "1.0.2",
"prettier": "^1.11.1",
"ts-jest": "^23.10.4",
"ts-loader": "^5.2.1",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.5.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"yargs": "^8.0.1"
},
"files": [
"dist/**",
"dts/**",
"README.md",
"LICENSE"
],
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
}
}