-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 619 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@hyperpolymath/empty-linter",
"version": "0.2.0",
"private": true,
"type": "module",
"engines": {
"bun": ">=1.3.0"
},
"scripts": {
"test": "bun test",
"audit": "bun run scripts/empty-lint-ci.js --threshold critical .",
"audit:info": "bun run scripts/empty-lint-ci.js --threshold info .",
"cli": "bun run src/cli/Main.bun.js",
"tui": "bun run src/cli/Main.bun.js tui",
"sync:downstream": "bun run scripts/sync-downstream.js",
"sync:check": "bun run scripts/sync-downstream.js --check",
"fixture": "bun run tests/fixtures/ietf-incident/build-fixture.js"
}
}