{ "name": "providence-analytics", "version": "0.16.7", "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-node/providence-analytics" }, "type": "module", "exports": { ".": "./src/index.js", "./cli.js": "./src/cli/index.js", "./utils.js": "./src/program/utils/index.js", "./analyzers.js": "./src/program/analyzers/index.js", "./docs/*": "./docs/*" }, "main": "./src/index.js", "bin": { "providence": "./src/cli/index.js" }, "files": [ "inlined-swc-to-babel", "src", "types" ], "scripts": { "dashboard": "node ./src/dashboard/server.js --run-server --serve-from-package-root", "match-lion-imports": "npm run providence -- analyze match-imports --search-target-collection @lion-targets --reference-collection @lion-references --measure-perf --skip-check-match-compatibility", "providence": "node --max-old-space-size=8192 ./src/cli/index.js", "prepublishOnly": "npm run publish-docs", "publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../", "test:node": "npm run test:node:unit && npm run test:node:e2e", "test:node:e2e": "mocha './test-node/**/*.e2e.js' --timeout 60000", "test:node:unit": "mocha './{test-node,src}/**/*.test.js'" }, "dependencies": { "@babel/parser": "^7.25.8", "@babel/plugin-syntax-import-assertions": "^7.25.7", "@babel/traverse": "^7.25.7", "@babel/types": "^7.25.8", "@putout/babel": "^2.8.0", "@rollup/plugin-node-resolve": "^15.3.0", "@swc/core": "^1.7.36", "commander": "^2.20.3", "parse5": "^7.2.0", "semver": "^7.6.3" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/mocha": "^10.0.9", "@web/dev-server": "^0.4.6", "@web/dev-server-core": "^0.7.3", "globby": "^14.0.2", "lit-element": "^4.1.1", "mock-fs": "^5.4.0" }, "keywords": [ "analysis", "impact", "insight", "metrics", "providence", "quality", "release management", "semver", "software" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }