{ "name": "@backstage/plugin-tech-insights-backend-module-jsonfc", "version": "0.1.6-next.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/tech-insights-backend-module-jsonfc" }, "keywords": [ "backstage", "tech-insights", "scorecard" ], "scripts": { "start": "backstage-cli backend:dev", "build": "backstage-cli backend:build", "lint": "backstage-cli lint", "test": "backstage-cli test", "prepack": "backstage-cli prepack", "postpack": "backstage-cli postpack", "clean": "backstage-cli clean" }, "dependencies": { "@backstage/backend-common": "^0.10.4-next.0", "@backstage/config": "^0.1.13-next.0", "@backstage/errors": "^0.2.0", "@backstage/plugin-tech-insights-common": "^0.2.1", "@backstage/plugin-tech-insights-node": "^0.2.0-next.0", "ajv": "^7.0.3", "json-rules-engine": "^6.1.2", "lodash": "^4.17.21", "luxon": "^2.0.2", "winston": "^3.2.1" }, "devDependencies": { "@backstage/cli": "^0.12.0-next.0", "@types/node-cron": "^2.0.4" }, "files": [ "dist" ] }