azure-devops-api
Version:
azure devops api for automating add the workitem
33 lines (32 loc) • 697 B
JSON
{
"name": "azure-devops-api",
"version": "1.0.11",
"description": "azure devops api for automating add the workitem",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"azure-devops-node-api": "^11.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"keywords": [
"azure",
"azuredevops",
"azure-api",
"create workitem in azure",
"add workitem in azure",
"add and assign workitem"
],
"repository": {
"type": "git",
"url": "https://github.com/Arunk28/azure-api"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
]
}