package.json•1.17 kB
{
"name": "autoconsent-mcp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"watch": "tsx watch src/index.ts",
"test": "jest",
"test:unit": "jest --config jest.config.js",
"test:integration": "jest --config jest.integration.config.js",
"test:watch": "jest --watch",
"test:integration:watch": "jest --config jest.integration.config.js --watch",
"serve-test-site": "http-server test-site -p 8080",
"inspect": "npm run build && mcp-inspector node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@duckduckgo/autoconsent": "^14.1.0",
"@modelcontextprotocol/sdk": "^1.12.1",
"puppeteer": "^24.10.1",
"zod": "^3.25.63"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.14.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"tsx": "^4.20.2",
"typescript": "^5.3.3"
}
}