{
	"name": "techneuma",
	"version": "0.3.0",
	"author": "Firdaus Satrio Utomo",
	"dependencies": {
		"@inquirer/prompts": "^8.4.3",
		"archiver": "^7.0.1",
		"motion": "^12.23.26",
		"picocolors": "^1.1.1",
		"playwright": "^1.57.0",
		"yaml": "^2.9.0"
	},
	"description": "Techneuma — 55 cross-provider AI agent skills for 21 AI coding agents including Cursor, Claude Code, VS Code Copilot, Gemini, Codex, Kiro, OpenCode, Pi, Windsurf, Cline, Aider, Amp, Continue, Zed, JetBrains, Void, PearAI, Qwen, Trae, Trae China & Rovo Dev. Interactive CLI installer.",
	"keywords": [
		"techneuma",
		"ai-skills",
		"ai-agent",
		"cursor",
		"claude-code",
		"copilot",
		"gemini",
		"codex",
		"kiro",
		"opencode",
		"trae",
		"rovo-dev",
		"windsurf",
		"cline",
		"aider",
		"amp",
		"zed",
		"jetbrains",
		"pearai",
		"qwen",
		"react",
		"vue",
		"angular",
		"nextjs",
		"astro",
		"remix",
		"solidjs",
		"nuxt",
		"vite",
		"threejs",
		"storybook",
		"tailwind",
		"typescript",
		"frontend",
		"backend",
		"testing",
		"performance"
	],
	"homepage": "https://www.npmjs.com/package/techneuma",
	"repository": {
		"type": "git",
		"url": "https://github.com/firdausmntp/techneuma.git"
	},
	"license": "SEE LICENSE FILE",
	"scripts": {
		"build": "bun run scripts/build.js",
		"clean": "rm -rf dist build",
		"rebuild": "bun run clean && bun run build",
		"dev": "bun run server/index.js",
		"preview": "bun run build && wrangler pages dev",
		"deploy": "bun run build && wrangler pages deploy build/",
		"test": "bun test",
		"screenshot": "bun run scripts/screenshot-antipatterns.js",
		"og-image": "bun run scripts/generate-og-image.js"
	},
	"type": "module",
	"devDependencies": {
		"wrangler": "^4.71.0"
	},
	"bin": {
		"techneuma": "./bin/cli.js"
	},
	"files": [
		"bin",
		"dist",
		"source",
		"README.md",
		"LICENSE",
		"NOTICE.md"
	]
}
