PowerShell/test/common/markdown/package.json

35 lines
941 B
JSON

{
"name": "powershell.common.markdown.tests",
"private": true,
"version": "1.0.0",
"description": "The PowerShell Common Markdown Tests.",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^4.0.2",
"markdownlint": "^0.22.0",
"through2": "^4.0.2"
},
"resolutions": {
"yargs-parser": "^13.1.2" ,
"y18n": "^5.0.5",
"ini": "^1.3.6",
"copy-props":"^2.0.5",
"glob-parent":"^5.1.2",
"hosted-git-info":"^3.0.8"
},
"devDependencies": {
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PowerShell/PowerShell.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/PowerShell/PowerShell/issues"
},
"homepage": "https://github.com/PowerShell/PowerShell#readme"
}