@hijiriishi/piece-myjvn
Version:
This package is an Activepieces piece for integrating with MyJVM. Information on vulnerabilities and countermeasures for software used in Japan, provided through the MyJVN API.
44 lines • 1.03 kB
JSON
{
"name": "@hijiriishi/piece-myjvn",
"version": "0.0.3",
"license": "MIT",
"type": "commonjs",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {
"@ai-sdk/anthropic": "1.2.12",
"@ai-sdk/google": "1.2.19",
"@ai-sdk/openai": "1.3.22",
"@ai-sdk/replicate": "0.2.8",
"@sinclair/typebox": "0.34.11",
"ai": "4.3.16",
"axios": "1.8.3",
"axios-retry": "4.4.1",
"deepmerge-ts": "7.1.0",
"fast-glob": "3.3.3",
"mime-types": "2.1.35",
"nanoid": "3.3.8",
"semver": "7.6.0",
"tslib": "^2.3.0",
"xml2js": "0.6.2",
"zod": "3.25.76",
"@activepieces/pieces-common": "0.6.1",
"@activepieces/pieces-framework": "0.18.0",
"@activepieces/shared": "0.17.6"
},
"keywords": [
"activepieces",
"jvn"
],
"overrides": {
"@tryfabric/martian": {
"@notionhq/client": "$@notionhq/client"
},
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}