@moralisweb3/common-streams-utils
Version:
65 lines (64 loc) • 2.04 kB
JSON
{
"name": "@moralisweb3/common-streams-utils",
"author": "Moralis",
"version": "2.27.2",
"license": "MIT",
"type": "module",
"main": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"types": {
"default": "./lib/index.d.ts"
},
"default": {
"require": "./lib/cjs/index.cjs",
"default": "./lib/esm/index.js"
}
}
},
"files": [
"lib/*"
],
"sideEffects": false,
"moralis": {
"name": "Streams utilities",
"type": "utils",
"scope": "common",
"description": "Utilities, operations, datatypes and types related to Streams"
},
"typedoc": {
"entryPoint": "./src/index.ts"
},
"scripts": {
"test": "jest --runInBand --detectOpenHandles --forceExit --ci",
"test:coverage": "yarn run test --coverage",
"test:watch": "yarn run test --watch",
"gen:api-types": "openapi-typescript https://api.moralis-streams.com/api-docs/swagger.json --output src/operations/openapi.ts",
"gen:api-types-beta": "openapi-typescript https://streams-api-stage.aws-prod-streams-master-1.moralis.io/api-docs/swagger.json --output src/operations/openapi.ts",
"lint": "yarn run -T eslint . --ext .js,.ts,.tsx,jsx",
"clean": "rm -rf lib && rm -rf ./node_modules/.cache/nx",
"build": "rollup -c",
"dev": "tsc --watch"
},
"devDependencies": {
"@moralisweb3/eslint-config": "^1.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"jest": "^29.5.0",
"openapi-typescript": "^5.2.0",
"rollup": "^3.10.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-typescript2": "^0.34.1"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@moralisweb3/common-aptos-utils": "^2.27.2",
"@moralisweb3/common-core": "^2.27.2",
"@moralisweb3/common-evm-utils": "^2.27.2",
"@moralisweb3/streams-typings": "^1.0.7"
}
}