-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "@microsoft/skills-for-fabric",
"version": "0.2.6",
"description": "AI coding assistant skills for Microsoft Fabric developers and consumers",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/skills-for-fabric.git"
},
"keywords": [
"fabric",
"microsoft-fabric",
"copilot",
"github-copilot",
"claude",
"ai-skills",
"data-engineering",
"data-warehouse",
"lakehouse",
"power-bi"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/skills-for-fabric/issues"
},
"homepage": "https://github.com/microsoft/skills-for-fabric#readme",
"files": [
"agents/**",
"skills/**",
"mcp-setup/**",
"compatibility/**",
"install.ps1",
"install.sh",
"plugin.json"
],
"scripts": {
"postinstall": "node -e \"console.log('\\n✅ Skills for Fabric installed. Run install.ps1 (Windows) or install.sh (Unix) to configure your AI tools.\\n')\"",
"test": "pytest",
"test:semantic": "pytest -m semantic",
"test:integration": "pytest -m integration"
}
}