mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
Scaffold LogicSRC and CommandBoard plugins
This commit is contained in:
parent
59927e140c
commit
5c9ea821f6
67 changed files with 5958 additions and 0 deletions
19
packages/schemas/package.json
Normal file
19
packages/schemas/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "@logicsrc/schemas",
|
||||
"version": "0.1.0",
|
||||
"description": "LogicSRC JSON schemas for tasks, agents, runs, events, and plugins.",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./task": "./schemas/logicsrc-task.schema.json",
|
||||
"./agent": "./schemas/logicsrc-agent.schema.json",
|
||||
"./run": "./schemas/logicsrc-run.schema.json",
|
||||
"./event": "./schemas/logicsrc-event.schema.json",
|
||||
"./plugin": "./schemas/logicsrc-plugin.schema.json"
|
||||
},
|
||||
"files": [
|
||||
"schemas"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "node -e \"console.log('schemas: no build step')\""
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue