ai-cognitive-framework
Version:
A system for transforming AI interactions from assumption-based guesswork to systematic, evidence-driven excellence.
58 lines (57 loc) • 1.39 kB
JSON
{
"name": "ai-cognitive-framework",
"version": "1.0.6",
"description": "A system for transforming AI interactions from assumption-based guesswork to systematic, evidence-driven excellence.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"aicf": "dist/bin/aicf.js"
},
"scripts": {
"build": "tsc",
"test": "npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js dist",
"lint": "eslint ."
},
"keywords": [
"ai",
"cognitive-framework",
"systematic-thinking",
"llm",
"gemini",
"claude",
"prompt-engineering"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kalcorn/ai-cognitive-framework.git"
},
"bugs": {
"url": "https://github.com/kalcorn/ai-cognitive-framework/issues"
},
"homepage": "https://github.com/kalcorn/ai-cognitive-framework#readme",
"files": [
"dist",
"framework",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"type": "module",
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.32.0",
"jest": "^30.0.5",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2"
}
}