@leanix/reporting
Version:
Library for writing LeanIX EAM reports
22 lines (21 loc) • 571 B
JSON
{
"name": "@leanix/reporting",
"version": "0.4.148",
"description": "Library for writing LeanIX EAM reports",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"docs": "cp ./index.d.ts ./lx.ts && npx --prefix=.. typedoc --out ./docs --options ./typedoc.json && rm ./lx.ts",
"open-docs": "npm run docs && open ./docs/index.html"
},
"keywords": [
"leanix",
"reporting"
],
"author": "LeanIX GmbH",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/leanix/leanix-reporting.git"
}
}