forked from odpi/egeria-js-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 Bytes
/
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
{
"name": "@lfai/egeria-js-commons",
"version": "4.2.17",
"description": "Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/odpi/egeria-js-commons.git"
},
"files": [
"dist"
],
"main": "./dist/esm/main.js",
"module": "./dist/esm/main.js",
"types": "./dist/types/main.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"js",
"egeria",
"commons"
],
"author": "Contributors of the ODPi Egeria Project.",
"bugs": {
"url": "https://github.com/odpi/egeria-js-commons/issues"
},
"homepage": "https://github.com/odpi/egeria-js-commons#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/node": "^18.11.4",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}