forked from finos/architecture-as-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 722 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
{
"name": "@finos/calm-ai",
"version": "1.0.0",
"description": "AI tools and prompts for FINOS CALM architecture modeling",
"private": true,
"main": "index.js",
"files": [
"tools/"
],
"scripts": {
"validate": "echo 'Validating tool prompt files...'",
"lint": "echo 'Linting markdown files...'",
"test": "echo 'Testing tool prompts...'"
},
"keywords": [
"calm",
"architecture",
"ai",
"prompts",
"finos"
],
"author": "FINOS",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/finos/architecture-as-code.git",
"directory": "calm-ai"
}
}