UNPKG

@faff/create

Version:

FAF format creator - MCP Anthropic approved, Chrome Extension Google approved - F1-inspired engineering, championship-grade testing

53 lines (52 loc) 1.19 kB
{ "name": "@faff/create", "version": "1.0.0", "description": "FAF format creator - MCP Anthropic approved, Chrome Extension Google approved - F1-inspired engineering, championship-grade testing", "main": "dist/index.js", "bin": { "create-faff": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "echo \"Tests coming soon\" && exit 0", "prepublishOnly": "npm run build" }, "keywords": [ "faff", "faf", "create", "installer", "meta-installer", "cli", "mcp", "claude", "ai-context", "project-dna", "anthropic", "model-context-protocol", "organization:faff" ], "author": "wolfejam.dev <wolfejam2020@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Wolfe-Jam/faf-create.git" }, "homepage": "https://faf.one", "bugs": { "url": "https://github.com/Wolfe-Jam/faf-create/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "inquirer": "^9.2.12" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/node": "^20.10.0", "typescript": "^5.3.3" } }