actinium-nodevm
Version:
🔒 Secure Node.js virtual machine for the Gary8D ACTINIUM platform - enhanced security and performance
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "actinium-nodevm",
"version": "3.9.25",
"description": "🔒 Secure Node.js virtual machine for the Gary8D ACTINIUM platform - enhanced security and performance",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"nuke": "rimraf dist node_modules .turbo",
"prepublishOnly": "yarn build"
},
"keywords": [
"nodejs",
"vm",
"sandbox",
"security",
"actinium",
"gary8d",
"ai-platform",
"vm2",
"typescript"
],
"homepage": "https://actiniumai.com",
"author": {
"name": "Henry Heng",
"email": "henryheng@actiniumai.com"
},
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@n8n/vm2": "^3.9.25"
},
"devDependencies": {
"@types/node": "^20.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
}
}