-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 843 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
{
"name": "@shift-zero/periodic-table-cli",
"version": "1.0.0",
"description": "CLI for the Software Periodic Table — 115 recurring software elements for composition-over-generation coding",
"main": "cli.js",
"bin": {
"periodic": "./cli.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"periodic": "node cli.js",
"start": "node cli.js"
},
"keywords": ["periodic-table", "software", "composition", "ontology", "LLM", "coding-agents"],
"author": "shift-zero",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shift-zero/periodic-table-cli.git"
},
"bugs": {
"url": "https://github.com/shift-zero/periodic-table-cli/issues"
},
"homepage": "https://github.com/shift-zero/periodic-table-cli#readme",
"engines": {
"node": ">=18"
}
}