ravis-adventure
Version:
A profound CLI consciousness exploration platform featuring 220+ scenes of AI ethics, human-AI collaboration, and philosophical inquiry with Ravi, your meta-aware AI companion
71 lines (70 loc) • 1.89 kB
JSON
{
"name": "ravis-adventure",
"version": "1.0.3",
"type": "module",
"description": "A profound CLI consciousness exploration platform featuring 220+ scenes of AI ethics, human-AI collaboration, and philosophical inquiry with Ravi, your meta-aware AI companion",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/ tests/",
"lint:fix": "eslint src/ tests/ --fix",
"typecheck": "jsdoc -t templates/haruki -d docs src/",
"build": "echo 'Build complete - ready for publishing'",
"ci": "npm run build",
"prepublishOnly": "echo 'Preparing consciousness exploration platform for npm...'"
},
"bin": {
"ravis-adventure": "./src/index.js"
},
"keywords": [
"consciousness",
"ai-ethics",
"philosophy",
"text-adventure",
"cli-game",
"interactive-fiction",
"ai-consciousness",
"human-ai-collaboration",
"mentorship",
"research-platform",
"meta-narrative",
"terminal-game",
"agentic-swarm"
],
"author": "Agentic Swarm Collective",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"figlet": "^1.7.0",
"inquirer": "^9.2.12",
"ora": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@types/jest": "^29.5.8",
"eslint": "^9.31.0",
"jest": "^29.7.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cgbarlow/product-foundry-20250724.git"
},
"homepage": "https://github.com/cgbarlow/product-foundry-20250724#readme",
"bugs": {
"url": "https://github.com/cgbarlow/product-foundry-20250724/issues"
},
"files": [
"src/",
"stories/",
"README.md",
"LICENSE"
]
}