UNPKG

dotagent

Version:

Multi-file AI agent configuration manager with .agent directory support

78 lines (77 loc) 1.91 kB
{ "name": "dotagent", "version": "2.7.0", "description": "Multi-file AI agent configuration manager with .agent directory support", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "bin": { "dotagent": "./dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest", "pretest:ci": "pnpm build", "test:ci": "vitest run", "typecheck": "tsc --noEmit" }, "keywords": [ "ai", "agent", "configuration", "copilot", "cursor", "cline", "windsurf", "zed", "markdown" ], "author": "John Lindquist", "license": "MIT", "homepage": "https://github.com/johnlindquist/dotagent#readme", "repository": { "type": "git", "url": "git+https://github.com/johnlindquist/dotagent.git" }, "bugs": { "url": "https://github.com/johnlindquist/dotagent/issues" }, "packageManager": "pnpm@10.11.0", "dependencies": { "@inquirer/prompts": "^7.5.3", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "mdast": "^3.0.0", "mdast-util-to-markdown": "^2.1.2", "remark-parse": "^11.0.0", "unified": "^11.0.5" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@semantic-release/release-notes-generator": "^14.0.3", "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", "@types/node": "^24.0.3", "@types/tmp": "^0.2.6", "conventional-changelog-conventionalcommits": "^9.0.0", "execa": "^9.6.0", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.3" } }