-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 937 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 937 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
{
"name": "interpretive-orchestration",
"version": "0.2.1",
"description": "Epistemic Partnership System for interpretive qualitative research. Human and AI learn together as apprentices to the craft tradition.",
"contributors": [
{
"name": "Xule Lin",
"email": "xule.lin@imperial.ac.uk"
},
{
"name": "Kevin Corley"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/linxule/interpretive-orchestration"
},
"keywords": [
"qualitative-research",
"grounded-theory",
"gioia-method",
"interpretive-inquiry",
"epistemic-partnership",
"human-ai-collaboration",
"claude-code-plugin"
],
"scripts": {
"test": "node plugin/tests/run-tests.js",
"test:hooks": "node plugin/tests/test-hooks.js",
"test:schemas": "node plugin/tests/test-schemas.js"
},
"engines": {
"node": ">=18.0.0"
},
"private": false
}