regex-mcp
Version:
正则表达式生成器MCP服务,支持纳税人识别号、企业名称、法人姓名、法人身份证、法人电话等要素。
34 lines (33 loc) • 797 B
JSON
{
"name": "regex-mcp",
"version": "1.0.0",
"description": "正则表达式生成器MCP服务,支持纳税人识别号、企业名称、法人姓名、法人身份证、法人电话等要素。",
"main": "dist/index.js",
"types": "dist/core/types.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "node dist/tests/regex.service.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/你的用户名/regex-mcp.git"
},
"keywords": [
"regex",
"typescript",
"mcp",
"validator",
"正则表达式"
],
"author": "你的名字 <你的邮箱>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
}
}