-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 753 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
{
"name": "uxproof",
"version": "0.3.1",
"description": "Extract your repo's house rules into an executable contract: tokens, components, conventions \u2014 plus agent skills that create, audit and review against it.",
"type": "module",
"bin": {
"uxproof": "./bin/uxproof.mjs"
},
"files": [
"bin",
"src",
"templates",
"README.md"
],
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node --test"
},
"keywords": [
"design-system",
"conventions",
"ai-agents",
"skills",
"lint",
"contract"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zielivia/uxproof.git"
},
"homepage": "https://github.com/zielivia/uxproof#readme"
}