This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-04-14 23:52:24 +08:00

38 lines
787 B
JSON

{
"name": "@uncaged/pulse-cursor",
"version": "0.1.0",
"description": "Pulse adapter for Cursor Agent CLI — executor for automated coding tasks",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "bun test"
},
"keywords": [
"pulse",
"cursor",
"agent",
"executor"
],
"author": "oc-xiaoju",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oc-xiaoju/pulse",
"directory": "packages/pulse-cursor"
},
"peerDependencies": {
"@uncaged/pulse": ">=0.1.0"
},
"devDependencies": {
"@uncaged/pulse": "workspace:*",
"@types/node": "^25.6.0",
"bun-types": "latest",
"typescript": "^6.0.2"
}
}