7993ecc6d6
CI / test (push) Has been cancelled
Phase 2 of PulseDatabase abstraction: - Create @uncaged/pulse-local with bun:sqlite implementation - Core @uncaged/pulse now exports types only for store (no createStore/createScopedStore) - Update pulse-workflows, upulse to import factories from @uncaged/pulse-local - All tests passing (267 core, 39 pulse-workflows)
21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"name": "@upulse/workflows",
|
|
"version": "0.1.0",
|
|
"description": "Built-in workflow definitions for Pulse (coding, report, etc.)",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": ["dist"],
|
|
"scripts": {
|
|
"build": "bun x tsc",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/pulse": "workspace:*",
|
|
"@uncaged/pulse-local": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.3.12"
|
|
}
|
|
}
|