-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 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
43
44
45
46
47
48
49
{
"name": "@cunuo/keepa-cli",
"version": "0.1.0",
"description": "Agent-first Keepa API CLI for product research, safe automation, and MCP-native workflows.",
"license": "MIT",
"type": "commonjs",
"bin": {
"keepa-cli": "bin/keepa-cli.js",
"kc": "bin/kc.js"
},
"files": [
"bin/",
"keepa_cli/**/*.py",
"keepa_cli/fixtures/*.json",
"scripts/generate_agent_schema.py",
"docs/schema/*.json",
"README.md",
"LICENSE",
"pyproject.toml"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node scripts/release_gate.js --skip-npm-install --skip-npm-pack",
"smoke": "node bin/keepa-cli.js --json doctor",
"release:check": "node scripts/release_gate.js --skip-npm-install",
"prepack": "node scripts/release_gate.js --skip-npm-install --skip-npm-pack"
},
"keywords": [
"keepa",
"keepa-api",
"amazon-product-research",
"cli",
"agent",
"mcp",
"stdio",
"fixture",
"amazon"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cuNuo/Keepa-cli.git"
},
"bugs": {
"url": "https://github.com/cuNuo/Keepa-cli/issues"
},
"homepage": "https://cunuo.github.io/Keepa-cli/"
}