cybernate-ai
Version:
JavaScript SDK for Cybernate AI Security Platform
85 lines • 2.05 kB
JSON
{
"name": "cybernate-ai",
"version": "0.0.5",
"description": "JavaScript SDK for Cybernate AI Security Platform",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"browser": "dist/index.umd.js",
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .js",
"lint:fix": "eslint src --ext .js --fix",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"dev": "rollup -c -w"
},
"keywords": [
"security",
"ai",
"monitoring",
"surveillance",
"detection",
"cybernate",
"sdk",
"api",
"client"
],
"author": "Cybernate AI Team",
"license": "MIT",
"homepage": "https://cybernate.ai",
"repository": {
"type": "git",
"url": "https://github.com/cybernate-ai/cybernate-sdk"
},
"bugs": {
"url": "https://github.com/cybernate-ai/cybernate-sdk/issues"
},
"dependencies": {
"cross-fetch": "^4.0.0"
},
"peerDependencies": {
"socket.io-client": "^4.0.0"
},
"peerDependenciesMeta": {
"socket.io-client": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.12",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.12.0",
"rollup-plugin-typescript2": "^0.36.0",
"socket.io-client": "^4.7.5",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=16.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}