qansigliere-jira-api-integration
Version:
The main idea of this library created in the JavaScript language is to provide a ready-made set of API methods for integration with JIRA
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "qansigliere-jira-api-integration",
"version": "0.3.0",
"description": "The main idea of this library created in the JavaScript language is to provide a ready-made set of API methods for integration with JIRA",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QANSIGLIERE/jiraAPIIntegration.git"
},
"keywords": [
"npmjs",
"jira",
"api",
"js",
"javascript",
"integration",
"qansigliere",
"issue",
"ticket",
"bug",
"defect",
"story",
"epic",
"story points",
"type",
"status"
],
"author": "qansigliere@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/QANSIGLIERE/jiraAPIIntegration/issues"
},
"homepage": "https://github.com/QANSIGLIERE/jiraAPIIntegration.git#readme",
"dependencies": {
"axios": "^1.7.9",
"form-data": "^4.0.1"
},
"devDependencies": {
"typescript": "^5.7.3"
}
}