UNPKG

@summarisation/summarise

Version:

cli for summariser

81 lines 1.84 kB
{ "name": "@summarisation/summarise", "description": "cli for summariser", "version": "0.3.3", "main": "dist/index", "types": "dist/index", "bin": { "summarise": "dist/index.js" }, "browser": { "child_process": false }, "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "production": [ ">0.2%", "not dead", "not op_mini all" ] }, "dependencies": { "cheerio": "^1.0.0-rc.12", "@laoban/utils": "1.4.51", "@laoban/filesops-node": "1.4.51", "@laoban/variables": "1.4.51", "@itsmworkbench/utils": "0.3.10", "@itsmworkbench/config": "0.3.10", "@itsmworkbench/commander12": "0.3.10", "@itsmworkbench/cli": "0.3.10", "@itsmworkbench/jsyaml": "0.3.10", "@itsmworkbench/kleislis": "0.3.10", "@summarisation/fileutils": "0.3.3", "@summarisation/openai": "0.3.3", "debug": "^4.3.4" }, "devDependencies": { "@types/cheerio": "^0.22.35", "typescript": "^5.2.2", "@testing-library/jest-dom": "^6.1.4", "@types/jest": "^29.0.0", "@types/node": "^14.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "overrides": [ { "files": [ "**/*.stories.*" ], "rules": { "import/no-anonymous-default-export": "off" } } ] }, "files": [ "dist/index.js", "dist/index.d.ts", "dist/src/" ], "keywords": [ "summarisation", "GenerativeAi", "AI" ], "license": "MIT", "repository": "git@github.com:itsmworkbench/summarisation.git", "scripts": { "test": "jest --config jest.config.json --env node", "test:watch": "npm run test -- --watch" } }