react-brain 0.7.5 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +29 -7
package/package.json
CHANGED
|
@@ -1,14 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-brain",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.7.7",
|
|
4
|
+
"description": "Engineering decisions for React & React Native, with receipts — a continuously verified corpus with doctor (repo analysis), migrate (upgrade plans), review (CI gate), and an MCP server for agents. Official alias of @heart-it/react-brain.",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"bin": {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"bin": {
|
|
7
|
+
"react-brain": "cli.mjs"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"cli.mjs",
|
|
11
|
+
"README.md"
|
|
12
|
+
],
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@heart-it/react-brain": "^0.7.7"
|
|
15
|
+
},
|
|
9
16
|
"homepage": "https://heart-it.github.io/react-brain/",
|
|
10
|
-
"repository": {
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/heart-IT/react-brain.git",
|
|
20
|
+
"directory": "alias"
|
|
21
|
+
},
|
|
11
22
|
"bugs": "https://github.com/heart-IT/react-brain/issues",
|
|
12
23
|
"license": "Apache-2.0",
|
|
13
|
-
"keywords": [
|
|
24
|
+
"keywords": [
|
|
25
|
+
"react",
|
|
26
|
+
"react-native",
|
|
27
|
+
"expo",
|
|
28
|
+
"developer-tools",
|
|
29
|
+
"cli",
|
|
30
|
+
"mcp",
|
|
31
|
+
"mcp-server",
|
|
32
|
+
"knowledge-base",
|
|
33
|
+
"dependencies",
|
|
34
|
+
"migration"
|
|
35
|
+
]
|
|
14
36
|
}
|