Outlook_Addin_LLM/node_modules/diagnostic-channel/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "diagnostic-channel",
"version": "0.3.1",
"main": "./dist/src/channel.js",
"types": "./dist/src/channel.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json -p tsconfig.json",
"clean": "rimraf ./dist",
"test": "mocha ./dist/tests/**/*.js"
},
"homepage": "https://github.com/Microsoft/node-diagnostic-channel",
"bugs": {
"url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/node-diagnostic-channel.git"
},
"description": "Provides a context-saving pub/sub channel to connect diagnostic event publishers and subscribers",
"dependencies": {
"semver": "^5.3.0"
},
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"tslint": "^5.0.0",
"typescript": "^2.2.1"
},
"files": [
"dist/src/**/*.d.ts",
"dist/src/**/*.js",
"LICENSE",
"README.md",
"package.json"
],
"license": "MIT"
}