UNPKG

plugins

Version:

Install open-plugin format plugins into agent tools

38 lines (37 loc) 959 B
{ "name": "plugins", "version": "1.3.1", "description": "Install open-plugin format plugins into agent tools", "type": "module", "packageManager": "pnpm@10.28.1", "engines": { "node": ">=18" }, "bin": { "plugins": "dist/index.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/vercel-labs/plugins.git" }, "homepage": "https://github.com/vercel-labs/plugins#readme", "bugs": { "url": "https://github.com/vercel-labs/plugins/issues" }, "scripts": { "build": "tsup", "start": "node dist/index.js", "test": "tsx --test test/*.test.ts", "format:check": "prettier --check \"index.ts\" \"lib/**/*.ts\" \"test/**/*.ts\"", "publish:snapshot": "npm version prerelease --preid=snapshot --no-git-tag-version && npm publish --tag snapshot" }, "devDependencies": { "prettier": "^3", "tsx": "^4.20.6", "tsup": "^8", "typescript": "^5" } }