- @lion/accordion@0.1.3 - @lion/ajax@0.4.4 - @lion/button@0.7.8 - @lion/calendar@0.9.6 - @lion/checkbox-group@0.11.5 - @lion/core@0.8.0 - @lion/dialog@0.7.10 - @lion/fieldset@0.13.12 - @lion/form-core@0.2.5 - @lion/form-integrations@0.1.18 - @lion/form@0.6.12 - @lion/helpers@0.5.3 - @lion/icon@0.6.5 - @lion/input-amount@0.7.12 - @lion/input-date@0.7.12 - @lion/input-datepicker@0.14.15 - @lion/input-email@0.8.12 - @lion/input-iban@0.9.12 - @lion/input-range@0.4.12 - @lion/input@0.7.12 - @lion/localize@0.13.1 - @lion/overlays@0.16.10 - providence-analytics@0.2.2 - @lion/radio-group@0.11.5 - @lion/select-rich@0.18.17 - @lion/select@0.7.12 - singleton-manager@1.1.1 - @lion/steps@0.5.4 - @lion/switch@0.10.13 - @lion/tabs@0.5.0 - @lion/textarea@0.7.12 - @lion/tooltip@0.12.5 - @lion/validate-messages@0.2.4
74 lines
2 KiB
JSON
74 lines
2 KiB
JSON
{
|
|
"name": "providence-analytics",
|
|
"version": "0.2.2",
|
|
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/providence-analytics"
|
|
},
|
|
"main": "./src/program/providence.js",
|
|
"bin": {
|
|
"providence": "./src/cli/index.js"
|
|
},
|
|
"files": [
|
|
"dashboard/src",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"dashboard": "node ./dashboard/src/server.js",
|
|
"providence": "node --max-old-space-size=8192 ./src/cli/index.js",
|
|
"test:node": "mocha './test-node/**/*.test.js'",
|
|
"test:node:e2e": "mocha './test-node/program/**/*.e2e.js' --timeout 60000",
|
|
"test:node:watch": "yarn test:node --watch"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.10.1",
|
|
"@babel/parser": "^7.5.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/register": "^7.5.5",
|
|
"@babel/traverse": "^7.5.5",
|
|
"@babel/types": "^7.9.0",
|
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
"@typescript-eslint/typescript-estree": "^2.0.0",
|
|
"anymatch": "^3.1.1",
|
|
"chalk": "^2.4.2",
|
|
"commander": "^2.20.0",
|
|
"deepmerge": "^4.0.0",
|
|
"es-dev-server": "^1.18.1",
|
|
"es-module-lexer": "^0.3.6",
|
|
"glob": "^7.1.6",
|
|
"htm": "^3.0.3",
|
|
"inquirer": "^7.0.0",
|
|
"is-negated-glob": "^1.0.0",
|
|
"lit-element": "^2.2.1",
|
|
"ora": "^3.4.0",
|
|
"parse5": "^5.1.1",
|
|
"read-package-tree": "5.3.1",
|
|
"semver": "^7.1.3",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"mermaid": "^8.2.6",
|
|
"mock-fs": "^4.10.1",
|
|
"nyc": "^15.0.0",
|
|
"ssl-root-cas": "^1.3.1"
|
|
},
|
|
"keywords": [
|
|
"analysis",
|
|
"impact",
|
|
"insight",
|
|
"metrics",
|
|
"providence",
|
|
"quality",
|
|
"release management",
|
|
"semver",
|
|
"software"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|