-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 KB
/
package.json
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
{
"name": "@linked-planet/kotlin-atlassian-client-typescript-companion",
"version": "0.12.9",
"description": "Contains useful utility functions to interact with InsightObjects coming out of the kotlin-insight-client.",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/kat-companion.umd.cjs",
"module": "./dist/kat-companion.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/kat-companion.js",
"require": "./dist/kat-companion.umd.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"homepage": "https://github.com/linked-planet/kotlin-atlassian-client-typescript-companion#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/linked-planet/kotlin-atlassian-client-typescript-companion.git"
},
"bugs": {
"url": "https://github.com/linked-planet/kotlin-atlassian-client-typescript-companion/issues"
},
"keywords": ["typescript", "atlassian", "insight", "assets"],
"author": "Heiko Guckes",
"devDependencies": {
"@types/node": "^20.4.0",
"typescript": "^5.0.2",
"vite": "^4.4.0",
"vite-plugin-dts": "^3.1.0"
}
}