package.json•2.63 kB
{
"name": "@node-in-layers/mcp-server",
"type": "module",
"version": "2.0.0",
"description": "An MCP Server Node In Layers Package, generated by the Node In Layers Toolkit.",
"main": "index.js",
"scripts": {
"build": "rm -Rf ./dist && tsc -p ./tsconfig.json && cp package.json ./dist && cp README.md ./dist",
"build:watch": "nodemon -e '*' --watch ./src --exec \"npm run build || exit 1\"",
"commit": "cz",
"dist": "npm run build && cd dist && npm publish",
"eslint": "eslint .",
"feature-tests": "./node_modules/.bin/cucumber-js -p default",
"prettier": "prettier --write .",
"test": "mocha -r tsx ./test/src/*.test.ts ./test/mocha/src/**/*.test.ts ./test/mocha/src/**/**/*.test.ts",
"test:coverage": "c8 --all --reporter cobertura --reporter text --reporter lcov --reporter html npm run test"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"author": "",
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "^11.3.0",
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai-as-promised": "^8.0.1",
"@types/json-stringify-safe": "^5.0.3",
"@types/lodash": "^4.17.13",
"@types/mocha": "^9.1.1",
"@types/node": "^22.9.0",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"argparse": "^2.0.1",
"c8": "^10.1.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cz-conventional-changelog": "^3.0.1",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-functional": "~7.1.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0",
"handlebars": "^4.7.8",
"js-yaml": "^4.1.0",
"mocha": "^11.0.1",
"nodemon": "^3.1.7",
"nyc": "^17.1.0",
"prettier": "^3.3.3",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.5.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"tsx": "^4.20.6",
"typescript": "5.3.3"
},
"dependencies": {
"@l4t/mcp-ai": "^1.5.1",
"@modelcontextprotocol/sdk": "^1.13.2",
"@node-in-layers/core": "^1.9.1",
"express": "^5.1.0",
"functional-models": "^3.5.1",
"functional-models-openapi": "^3.0.2",
"functional-models-orm-mcp": "^3.5.2",
"lodash": "^4.17.21",
"modern-async": "^2.0.4",
"uuid": "^11.1.0",
"zod": "^4.1.11"
}
}