UNPKG

@mavrykdynamics/taquito-utils

Version:

converts michelson data and types into convenient JS/TS objects

106 lines (105 loc) 2.74 kB
{ "name": "@mavrykdynamics/taquito-utils", "version": "20.0.2", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "mavryk", "blockchain", "michelson", "smart-contract" ], "main": "dist/taquito-utils.umd.js", "module": "dist/taquito-utils.es6.js", "typings": "dist/types/taquito-utils.d.ts", "files": [ "dist", "signature.json" ], "publishConfig": { "access": "public" }, "author": "Simon Boissonneault-Robert <simon@ecadlabs.com>", "repository": { "type": "git", "url": "" }, "license": "Apache-2.0", "engines": { "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", "precommit": "lint-staged", "prebuild": "rimraf dist", "version-stamp": "node ../taquito/version-stamping.js", "build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts --bundleConfigAsCjs", "start": "rollup -c rollup.config.ts --bundleConfigAsCjs -w", "test": "jest" }, "lint-staged": { "{src,test}/**/*.ts": [ "prettier --write", "eslint --fix" ] }, "jest": { "transform": { ".(ts|tsx)": "ts-jest" }, "testEnvironment": "node", "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ], "coveragePathIgnorePatterns": [ "/node_modules/", "/test/" ], "collectCoverageFrom": [ "src/**/*.{js,ts}" ] }, "dependencies": { "@mavrykdynamics/taquito-core": "^20.0.2", "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", "bs58check": "^3.0.1", "buffer": "^6.0.3", "elliptic": "^6.5.4", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.40", "@types/elliptic": "^6.4.15", "@types/jest": "^29.5.5", "@types/node": "^20", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "colors": "^1.4.0", "coveralls": "^3.1.1", "cross-env": "^7.0.3", "eslint": "^8.51.0", "jest": "^29.7.0", "jest-config": "^29.7.0", "lint-staged": "^14.0.1", "lodash.camelcase": "^4.3.0", "prettier": "^3.0.3", "prompt": "^1.3.0", "replace-in-file": "^7.0.1", "rimraf": "^5.0.5", "rollup": "^4.1.4", "rollup-plugin-json": "^4.0.0", "rollup-plugin-typescript2": "^0.36.0", "shelljs": "^0.8.5", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "ts-toolbelt": "^9.6.0", "typescript": "~5.2.2" }, "gitHead": "c3147796186975bebbd948caa5a2dbf1b47bba8e" }