al-development-collection
Version:
AI Native AL Development toolkit for Microsoft Dynamics 365 Business Central with GitHub Copilot integration
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "al-development-collection",
"version": "2.10.0",
"description": "AI Native AL Development toolkit for Microsoft Dynamics 365 Business Central with GitHub Copilot integration",
"main": "install.js",
"bin": {
"al-development-collection": "./install.js"
},
"scripts": {
"test": "node validate-al-collection.js"
},
"keywords": [
"AL",
"Business Central",
"Dynamics 365",
"GitHub Copilot",
"AI Native",
"Development",
"Toolkit"
],
"author": "javiarmesto",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/javiarmesto/AL-Development-Collection-for-GitHub-Copilot.git"
},
"bugs": {
"url": "https://github.com/javiarmesto/AL-Development-Collection-for-GitHub-Copilot/issues"
},
"homepage": "https://github.com/javiarmesto/AL-Development-Collection-for-GitHub-Copilot#readme",
"files": [
"install.js",
"validate-al-collection.js",
"agents/",
"instructions/",
"prompts/",
"references/",
".github/",
"README.md",
"LICENSE",
"CHANGELOG.md",
"getting-started.md"
],
"engines": {
"node": ">=14.0.0"
}
}