Files
anomalyco_opencode/packages/shell-scan/package.json
T

22 lines
573 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/shell-scan",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"research:execution": "bun run research/execution-oracle.ts",
"research:powershell": "bun run research/powershell-conformance.ts",
"test": "bun test --only-failures",
"typecheck": "tsgo --noEmit"
},
"devDependencies": {
"@tsconfig/bun": "catalog:",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
}
}