@lfai/egeria-js-commons
Version:
Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.
42 lines (41 loc) • 1.09 kB
JSON
{
"name": "@lfai/egeria-js-commons",
"version": "4.3.7",
"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",
"lint": "eslint . --ext .ts",
"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",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}