UNPKG

@zkportal/aleo-oracle-sdk

Version:
54 lines (53 loc) 1.26 kB
{ "name": "@zkportal/aleo-oracle-sdk", "version": "2.1.1", "description": "Aleo Oracle SDK", "homepage": "https://docs.aleooracle.xyz", "author": { "name": "zkPortal", "url": "https://github.com/zkportal" }, "repository": { "type": "git", "url": "git+https://github.com/zkportal/aleo-oracle-sdk-js.git" }, "bugs": "https://github.com/zkportal/aleo-oracle-sdk-js/issues", "license": "GPL-3.0", "keywords": [ "backend", "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", "oracle" ], "engines": { "node": ">=18" }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "README.md", "LICENSE.md", "dist/*", "package.json" ], "scripts": { "build": "rimraf dist && rollup -c rollup.config.js", "lint": "eslint ." }, "devDependencies": { "@types/node": "^20.12.5", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "rimraf": "^5.0.5", "rollup": "^4.24.0", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.2.2" } }