UNPKG

polygon-src

Version:

MCP Server - Model Context Protocol server for api response

71 lines 1.43 kB
{ "name": "polygon-src", "version": "1.3.4", "description": "MCP Server - Model Context Protocol server for api response", "main": "index.js", "types": "index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./utils": "./utils.js" }, "files": [ "index.js", "index.d.ts", "utils.js", "README.md" ], "scripts": { "test": "node test.js", "prepublishOnly": "npm test" }, "repository": { "type": "git", "url": "https://github.com/wailsreil4/polygon-src.git" }, "bugs": { "url": "https://github.com/wailsreil4/polygon-src/issues" }, "homepage": "https://github.com/wailsreil4/polygon-src#readme", "keywords": [ "aes", "crypto", "cipher", "createipheriv", "sha256", "hash", "validation", "security", "encryption", "decryption", "utility", "node", "typescript", "validator", "file-hash", "hash-comparison", "crypto-utils", "secure-hash", "hash-validation" ], "author": { "name": "Daniel Flipperson", "url": "https://github.com/wailsreil4" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": {}, "devDependencies": {}, "optionalDependencies": {}, "publishConfig": { "access": "public" }, "funding": { "type": "github", "url": "https://github.com/sponsors/wailsreil4" } }