-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 797 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rad-agent",
"version": "0.0.2",
"description": "A Rapid Application Development (RAD) system",
"main": "index.js",
"license": "Apache-2.0",
"author": "Nick Steele <njsteele@gmail.com>",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/Then-We-Win/rad-agent.git"
},
"bugs": {
"url": "https://github.com/Then-We-Win/rad-agent/issues"
},
"homepage": "https://rad-agent.com",
"keywords": [
"agent",
"ai",
"agentic",
"vue",
"quasar",
"directus",
"orchestration",
"automation",
"tww"
],
"dependencies": {
"@directus/sdk": "^18.0.3",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"lodash": "^4.17.21",
"mitt": "^3.0.1"
}
}