@chrisdudek/yg 2.3.1 → 2.3.2
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.
|
@@ -8,15 +8,6 @@ version: "2.0.0" # managed by CLI — do not edit manually. Tra
|
|
|
8
8
|
|
|
9
9
|
name: "My Project" # required — project display name
|
|
10
10
|
|
|
11
|
-
stack: # required — technology stack (freeform keys)
|
|
12
|
-
language: "TypeScript" # primary language
|
|
13
|
-
runtime: "Node.js" # runtime environment
|
|
14
|
-
# framework: "Express" # optional — any additional stack entries
|
|
15
|
-
# database: "PostgreSQL"
|
|
16
|
-
# testing: "Vitest"
|
|
17
|
-
|
|
18
|
-
standards: "" # optional — global coding conventions (free text)
|
|
19
|
-
|
|
20
11
|
node_types: # required — non-empty object of node type definitions
|
|
21
12
|
module: # key = type name used in yg-node.yaml
|
|
22
13
|
description: "Business logic unit with clear domain responsibility"
|