@magaya/hyperion-node
Version:
Hyperion project to be used with node.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@magaya/hyperion-node",
"version": "11.64.1",
"description": "Hyperion project to be used with node.",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags && npm publish",
"test": "jasmine"
},
"os": [
"win32"
],
"cpu": [
"ia32",
"x64"
],
"files": [
"/bin",
"index.js"
],
"engines": {
"node": "20.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magaya-dev/hyperion-node.git"
},
"keywords": [
"hyperion"
],
"author": "Magaya Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/magaya-dev/hyperion-node/issues"
},
"homepage": "https://github.com/magaya-dev/hyperion-node#readme",
"dependencies": {
"@magaya/hyperion-algorithms": "^1.0.0",
"@magaya/hyperion-write-access": "^0.1.1",
"debug": "^4.4.0"
},
"devDependencies": {
"jasmine": "^5.8.0",
"mock-require": "^3.0.3"
}
}