This commit is contained in:
46
package.json
46
package.json
@@ -1,22 +1,38 @@
|
||||
{
|
||||
"name": "outline-mcp",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
"scripts": {
|
||||
"start": "bun run src/main.ts",
|
||||
"check:code": "bun run lint && bun run typecheck",
|
||||
"check:spell": "cspell --config cspell.code.json **/*.ts",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.15.1",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0"
|
||||
"env-var": "^7.5.0",
|
||||
"express": "^5.1.0",
|
||||
"pino": "^9.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "bun run src/main.ts"
|
||||
}
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.37.0",
|
||||
"@typescript-eslint/parser": "^8.37.0",
|
||||
"cspell": "^9.1.5",
|
||||
"eslint": "^9.31.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-prettier": "^5.5.1",
|
||||
"eslint-plugin-security": "^3.0.1",
|
||||
"eslint-plugin-unicorn": "^59.0.1",
|
||||
"typescript-eslint": "^8.37.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"name": "outline-mcp",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user