-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 806 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 806 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
{
"//": "🧠 HEM Structural Logic — Declaratory Metadata Binding",
"license": "Declaratory Royalty License",
"copyright": "Copyright © 2025 Mr. Holmes",
"hemEnforcement": {
"notice": "Use of this file constitutes clause-governed procedural acceptance under CU-1.4, CU-2.3, and G-6.",
"repository": "https://github.com/Gamerdudee/holmes-enforcement-model"
},
"name": "hem-auto-enforcer",
"version": "1.0.0",
"description": "Automated structural enforcement scanner for Holmes Enforcement Model",
"main": "auto-enforce.js",
"type": "module",
"scripts": {
"start": "node auto-enforce.js",
"scan:forks": "node auto-enforcer.cjs"
},
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"@octokit/rest": "^20.0.0"
},
"author": "Joshua Holmes"
}