-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 831 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 831 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": "@provision-ai/cli",
"version": "0.6.1",
"description": "Turn workflows into reusable AI skills — by Provision AI. Record your screen or describe a task. Works with Claude Code, Cursor, Codex, and OpenClaw.",
"bin": {
"provision": "./bin/provision.js"
},
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "echo 'No build step needed'",
"test": "echo 'Tests coming soon'"
},
"keywords": ["ai", "agent", "skills", "openclaw", "provision", "cli"],
"author": "Provision AI, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/provision-ai/cli"
},
"dependencies": {
"commander": "^13.0.0",
"chalk": "^5.4.0",
"ora": "^8.0.0",
"open": "^10.0.0",
"inquirer": "^12.0.0",
"conf": "^13.0.0"
}
}