-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "al-development-collection",
"version": "4.2.0",
"description": "AI Native AL Development toolkit for Microsoft Dynamics 365 Business Central with GitHub Copilot integration",
"main": "scripts/install.js",
"bin": {
"al-development-collection": "./scripts/install.js",
"aldc": "./scripts/install.js"
},
"scripts": {
"test": "node scripts/validate-al-collection.js",
"validate": "node scripts/validate-al-collection.js"
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"keywords": [
"AL",
"Business Central",
"Dynamics 365",
"GitHub Copilot",
"AI Native",
"Development",
"Toolkit",
"agent-sdk",
"ai-development-toolkit"
],
"author": "javiarmesto",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/javiarmesto/ALDC-AL-Development-Collection.git"
},
"bugs": {
"url": "https://github.com/javiarmesto/ALDC-AL-Development-Collection/issues"
},
"homepage": "https://github.com/javiarmesto/ALDC-AL-Development-Collection#readme",
"files": [
"scripts/",
"agents/",
"instructions/",
"prompts/",
"skills/",
"docs/framework/",
"docs/templates/",
"collections/",
"tools/aldc-validate/index.js",
"tools/aldc-validate/package.json",
"tools/bc-agents/",
"tools/bcquality/",
"docs/",
"aldc.yaml",
"aldc.code-workspace",
".github/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=14.0.0"
}
}