-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
33
34
35
36
37
38
39
40
{
"name": "mcp-pointer-monorepo",
"description": "👆 MCP Pointer - Point to DOM elements for your agentic coding tools",
"private": true,
"packageManager": "pnpm@10.15.0",
"scripts": {
"dev": "pnpm -r --parallel run dev",
"build": "pnpm -r run build",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"test": "cd packages/server && pnpm test",
"typecheck": "tsc --noEmit",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/node": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"eslint-config-airbnb-base": "catalog:",
"eslint-config-airbnb-typescript": "catalog:",
"eslint-import-resolver-typescript": "catalog:",
"eslint-plugin-import": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
},
"keywords": [
"mcp",
"ai",
"pointer",
"browser",
"devtools",
"typescript"
],
"author": "MCP Pointer Team",
"license": "MIT"
}