-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 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
{
"name": "acad-api-skill",
"version": "1.0.0",
"description": "AI agent skills and rules for AutoCAD / Civil 3D / Plant 3D .NET 10 plugins. npx install copies skills and registers dotnet new templates; npx uninstall removes templates (delete copied files per README/CLAUDE.md).",
"main": "bin/install.js",
"bin": {
"acad-api-skill": "./bin/install.js"
},
"scripts": {
"start": "node bin/install.js",
"uninstall": "node bin/install.js uninstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ADN-DevTech/acad-api-skill.git"
},
"keywords": [
"autocad",
"civil3d",
"plant3d",
"ai",
"cursor",
"claude",
"copilot",
"uninstall",
"dotnet-template",
"scaffolding"
],
"author": "Madhukar Moogala",
"license": "MIT"
}