-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 4.81 KB
/
Copy pathpackage.json
File metadata and controls
167 lines (167 loc) · 4.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "jira.js",
"version": "6.3.0",
"description": "Modern Jira REST API client for JavaScript and TypeScript. Full-featured library for the Jira Cloud platform API, Jira Agile API, and Jira Service Management API, with every response validated at runtime. Works in Node.js and browsers with TypeScript support, tree-shaking, and comprehensive type definitions.",
"repository": {
"type": "git",
"url": "https://github.com/MrRefactoring/jira.js.git"
},
"homepage": "https://mrrefactoring.github.io/jira.js/",
"bugs": {
"url": "https://github.com/MrRefactoring/jira.js/issues"
},
"author": "Vladislav Tupikin <vladislav.tupikin@icloud.com>",
"license": "MIT",
"publishConfig": {
"access": "public",
"provenance": true
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./browser": {
"types": "./dist/index.d.ts",
"import": "./dist/browser.js"
},
"./package.json": "./package.json",
"./core": {
"types": "./dist/core/index.d.ts",
"import": "./dist/core/index.js"
},
"./webhooks": {
"types": "./dist/webhooks/index.d.ts",
"import": "./dist/webhooks/index.js"
},
"./cloud": {
"types": "./dist/cloud/index.d.ts",
"import": "./dist/cloud/index.js"
},
"./cloud/parameters": {
"types": "./dist/cloud/parameters/index.d.ts",
"import": "./dist/cloud/parameters/index.js"
},
"./agile": {
"types": "./dist/agile/index.d.ts",
"import": "./dist/agile/index.js"
},
"./agile/parameters": {
"types": "./dist/agile/parameters/index.d.ts",
"import": "./dist/agile/parameters/index.js"
},
"./serviceDesk": {
"types": "./dist/serviceDesk/index.d.ts",
"import": "./dist/serviceDesk/index.js"
},
"./serviceDesk/parameters": {
"types": "./dist/serviceDesk/parameters/index.d.ts",
"import": "./dist/serviceDesk/parameters/index.js"
}
},
"keywords": [
"jira",
"jira api",
"jira rest api",
"jira cloud",
"jira client",
"jira sdk",
"jira agile",
"jira service desk",
"jira software",
"atlassian",
"atlassian jira",
"javascript",
"typescript",
"nodejs",
"rest api",
"api client",
"esm",
"type definitions",
"tree shaking"
],
"engines": {
"node": ">=22"
},
"scripts": {
"build": "tsc && tsc-alias --resolve-full-paths && pnpm run build:browser",
"build:browser": "vite build --config vite.browser.config.ts",
"typecheck": "pnpm run typecheck:src && pnpm run typecheck:tests",
"typecheck:src": "tsc --noEmit -p tsconfig.json",
"typecheck:tests": "tsc --noEmit -p tests/tsconfig.json",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write src",
"code:formatting": "pnpm run prettier && pnpm run lint:fix",
"check:browser": "node scripts/checkBrowserSafe.ts",
"check:browser:e2e": "node scripts/checkBrowser.ts",
"check:consumers": "node scripts/checkConsumers.ts",
"test": "vitest run",
"test:live": "vitest run --config vitest.config.live.ts",
"audit:schemas": "node scripts/schemaAudit.ts",
"docs:api": "typedoc",
"docs:dev": "vitepress dev docs",
"docs:build": "pnpm run docs:api && vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:og": "node scripts/build-og-image.ts"
},
"peerDependencies": {
"typescript": ">=5.7"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"zod": "^4.4.3"
},
"devDependencies": {
"@atlassian/atlassian-jwt": "^2.2.0",
"@eslint/js": "^10.0.1",
"@resvg/resvg-js": "^2.6.2",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/jscodeshift": "^17.3.0",
"@types/mime-types": "^3.0.1",
"@types/node": "^22.0.0",
"@types/sinon": "^21.0.1",
"dotenv": "^17.4.2",
"eslint": "^10.8.0",
"globals": "^17.9.0",
"jiti": "^2.7.0",
"jscodeshift": "^17.4.0",
"playwright": "^1.62.1",
"prettier": "^3.9.6",
"prettier-plugin-jsdoc": "^1.8.1",
"rollup": "^4.62.4",
"rollup-plugin-esnext-to-nodenext": "^1.0.1",
"rollup-plugin-node-externals": "^8.1.2",
"sinon": "^21.1.2",
"sitemap": "^9.0.1",
"tsc-alias": "^1.9.1",
"tslib": "^2.8.1",
"tsx": "^4.23.5",
"typedoc": "^0.28.20",
"typescript": "^6.0.3",
"typescript-eslint": "^8.66.0",
"vite": "^8.2.0",
"vitepress": "^1.6.4",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@11.20.0",
"imports": {
"#/*": "./src/*"
},
"files": [
"dist",
"src",
"tools",
"CHANGELOG.md",
"MIGRATION.md"
]
}