-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "jftc-actions",
"version": "0.1.0",
"description": "公正取引委員会の排除措置命令・確約計画・取適法勧告のデータセットと MCP サーバー / Dataset and MCP server for Japan Fair Trade Commission enforcement actions",
"type": "module",
"license": "MIT",
"bin": {
"jftc-mcp": "src/mcp/server.mjs"
},
"files": [
"src",
"data"
],
"scripts": {
"build:data": "node src/collect.mjs",
"test": "node --test --test-concurrency=1 \"test/*.test.mjs\"",
"metrics": "node scripts/metrics.mjs",
"build:bundle": "node scripts/build-bundle.mjs",
"build:mcpb": "node scripts/build-mcpb.mjs",
"image": "node scripts/make-product-image.mjs"
},
"keywords": [
"mcp",
"model-context-protocol",
"japan",
"japanese",
"legal",
"compliance",
"antitrust",
"subcontract-act",
"open-data",
"dataset"
],
"repository": {
"type": "git",
"url": "https://github.com/eoylab/jftc-actions.git"
},
"engines": {
"node": ">=22"
}
}