@intuitionrobotics/jira
Version:
53 lines • 1.17 kB
JSON
{
"name": "@intuitionrobotics/jira",
"version": "2.4.1",
"engines": {
"node": ">=20.10.0"
},
"description": "Jira api Module",
"keywords": [
"IR",
"backend",
"boilerplate",
"Jira",
"typescript"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:intuition-robotics/thunderstorm-boilerplate.git"
},
"license": "Apache-2.0",
"author": "IR",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"axios": "^1.4.0",
"@intuitionrobotics/ts-common": "2.4.1",
"@intuitionrobotics/thunderstorm": "2.4.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"module-alias": "^2.2.0",
"ts-node": "^8.6.2",
"typescript": "^5.3.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
}
},
"sideEffects": false,
"scripts": {
"build": "tsc -b src/main/tsconfig.json",
"lint": "eslint src/main --cache --cache-location ../node_modules/.cache/eslint/jira"
}
}