-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.13 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.13 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
{
"name": "@wipcomputer/wip-ai-devops-toolbox",
"version": "1.9.72",
"type": "module",
"description": "The complete AI DevOps toolkit for AI-assisted development teams.",
"license": "MIT",
"author": "Parker Todd Brooks",
"bin": {
"wip-release": "tools/wip-release/cli.js",
"wip-repos": "tools/wip-repos/cli.mjs",
"wip-install": "tools/wip-universal-installer/install.js",
"wip-file-guard": "tools/wip-file-guard/guard.mjs",
"wip-license-guard": "tools/wip-license-guard/cli.mjs",
"wip-license-hook": "tools/wip-license-hook/dist/cli/index.js",
"wip-repo-permissions": "tools/wip-repo-permissions-hook/cli.js",
"wip-repo-init": "tools/wip-repo-init/init.mjs",
"wip-readme-format": "tools/wip-readme-format/format.mjs",
"wip-branch-guard": "tools/wip-branch-guard/guard.mjs",
"deploy-public": "tools/deploy-public/deploy-public.sh",
"post-merge-rename": "tools/post-merge-rename/post-merge-rename.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wipcomputer/wip-ai-devops-toolbox.git"
},
"homepage": "https://github.com/wipcomputer/wip-ai-devops-toolbox"
}