-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1009 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "term-drift",
"version": "0.3.5",
"description": "term-drift detects terminology introduced or distorted during AI-assisted development and helps keep project documents aligned with the project's ubiquitous language.",
"type": "module",
"bin": {
"term-drift": "bin/cli.mjs"
},
"files": [
"bin",
"src",
"rules",
"skills",
"integrations",
"docs",
"README.md",
"README_en.md",
"LICENSE"
],
"engines": {
"node": ">=18.17"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ijust/term-drift.git"
},
"homepage": "https://github.com/ijust/term-drift#readme",
"bugs": {
"url": "https://github.com/ijust/term-drift/issues"
},
"keywords": [
"terminology",
"ubiquitous-language",
"glossary",
"ai-assisted-development",
"documentation"
],
"author": "Yoshishige Tsuji",
"license": "MIT"
}