forked from hypercerts-org/hypercerts-lexicon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
32 lines (32 loc) · 950 Bytes
/
opencode.json
File metadata and controls
32 lines (32 loc) · 950 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
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"node *": "deny",
"npx prettier *": "allow",
"npm run build": "allow",
"npm run build:types": "allow",
"npm run changeset": "deny",
"npm run check": "allow",
"npm run clean": "allow",
"npm run eslint": "allow",
"npm run format": "allow",
"npm run format:check": "allow",
"npm run gen-api": "allow",
"npm run gen-index": "allow",
"npm run gen-md": "allow",
"npm run gen-schemas-md": "allow",
"npm run gen-ts": "allow",
"npm run lex": "allow",
"npm run lint": "allow",
"npm run list": "allow",
"npm run prepublishOnly": "deny",
"npm run release": "deny",
"npm run style:check": "allow",
"npm run test": "allow",
"npm run test:watch": "allow",
"npm run typecheck": "allow",
"npm run version-packages": "deny"
}
}
}