30 lines
628 B
JSON
30 lines
628 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/ad-watch-mcp",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"main": "./src/index.ts",
|
||
|
|
"bin": {
|
||
|
|
"quinn-adwatch-mcp": "./src/index.ts",
|
||
|
|
"ad-watch": "./src/cli.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"start": "bun run src/index.ts",
|
||
|
|
"scan": "bun run src/cli.ts",
|
||
|
|
"typecheck": "tsc --noEmit",
|
||
|
|
"test": "bun test"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@modelcontextprotocol/sdk": "1.26.0",
|
||
|
|
"playwright": "^1.49.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bun": "latest"
|
||
|
|
},
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts",
|
||
|
|
"./diff": "./src/diff.ts",
|
||
|
|
"./extract": "./src/extract.ts"
|
||
|
|
}
|
||
|
|
}
|