e457f631c7
Made-with: Cursor Co-authored-by: 小橘 <xiaoju@shazhou.work>
38 lines
787 B
JSON
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"
|
|
}
|
|
}
|