package.json•2.36 kB
{
"name": "contentful-mcp-tools",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/contentful/contentful-mcp-server"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "nx run-many --target=build --verbose",
"clean": "nx run-many --target=clean",
"dev": "nx run-many --target=build --watch",
"format": "nx run-many --target=format",
"format:fix": "nx run-many --target=format:fix",
"lint": "nx run-many --target=lint",
"lint:fix": "nx run-many --target=lint:fix",
"test": "nx run-many --target=test",
"test:run": "nx run-many --target=test:run",
"inspect": "node -r dotenv/config ./packages/mcp-server/scripts/inspect.mjs",
"inspect:watch": "node ./packages/mcp-server/scripts/inspect-watch.mjs",
"logs:watch": "npx mcps-logger",
"update-licenses": "node ./scripts/update-licenses.js",
"prepare": "husky"
},
"devDependencies": {
"@anthropic-ai/dxt": "^0.2.6",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@modelcontextprotocol/inspector": "0.16.2",
"@nx/eslint": "21.5.3",
"@nx/eslint-plugin": "21.5.3",
"@nx/js": "21.5.3",
"@nx/rollup": "21.5.3",
"@nx/vite": "21.5.3",
"@nx/web": "21.5.3",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.15.0",
"@swc/helpers": "~0.5.11",
"@types/node": "^22.16.5",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.44.1",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"eslint": "^9.35.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"jiti": "2.4.2",
"jsonc-eslint-parser": "^2.1.0",
"license-checker-rseidelsohn": "^4.4.2",
"mcps-logger": "^1.0.0",
"nodemon": "^3.1.10",
"nx": "21.5.3",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"rimraf": "^6.0.1",
"rollup": "^4.14.0",
"swc-loader": "0.1.15",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"tsup": "^8.5.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.7",
"vitest": "^3.2.4"
}
}