-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 972 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 972 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
{
"name": "stackbrain",
"version": "0.3.0",
"description": "El cerebro de tu proyecto. Un comando y tu app nace pensando como un equipo senior: orden, disciplina, base lista y memoria entre sesiones. Bootstrap enterprise para vibe coders.",
"type": "module",
"bin": {
"stackbrain": "bin/stackbrain.js"
},
"files": [
"bin",
"core/brain",
"core/starter-lite"
],
"engines": {
"node": ">=18"
},
"keywords": [
"stackbrain",
"vibe-coding",
"scaffolding",
"nextjs",
"openspec",
"claude",
"cursor",
"enterprise",
"developer-tools"
],
"homepage": "https://github.com/curetcore/stackbrain",
"repository": {
"type": "git",
"url": "https://github.com/curetcore/stackbrain.git"
},
"author": "Ronaldo Paulino (https://www.instagram.com/ronaldships/)",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"dev": "node bin/stackbrain.js",
"test": "node --test test/*.test.js"
}
}