gitea-jira/package.json
2024-01-11 18:46:22 -05:00

36 lines
845 B
JSON

{
"name": "gitea-jira",
"version": "1.0.0",
"description": "Tool for basic mirroring issues, tasks, and commits between Gitea and Jira",
"main": "index.js",
"scripts": {
"server": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.alanocull.com/triple-aaa-games/gitea-jira.git"
},
"keywords": [
"gitea",
"jira",
"project",
"management",
"agile"
],
"author": "Alan O'Cull, Triple AAA Games",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"express": "^4.18.2",
"typescript": "^5.3.3",
"webpack-cli": "^5.1.4"
}
}