-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 967 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 967 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
38
39
40
41
{
"name": "data-architecture",
"version": "1.0.0",
"description": "The open-source Claude plugin for data architects.",
"scripts": {
"validate": "node scripts/validate.js",
"generate-index": "node scripts/generate-index.js",
"test": "node tests/validate-skills.js",
"precommit": "npm run validate"
},
"keywords": [
"claude",
"ai",
"data-architecture",
"data-modeling",
"data-vault",
"star-schema",
"data-mesh",
"plugin",
"skills"
],
"author": "wjlgatech",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wjlgatech/data-architecture.git"
},
"homepage": "https://github.com/wjlgatech/data-architecture",
"bugs": {
"url": "https://github.com/wjlgatech/data-architecture/issues"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"glob": "^10.3.10",
"chalk": "^5.3.0"
}
}