UNPKG

@taquito/michelson-encoder

Version:

Michelson encoding and decoding utilities for Taquito.

91 lines (90 loc) 2.64 kB
{ "name": "@taquito/michelson-encoder", "version": "24.3.0", "description": "Michelson encoding and decoding utilities for Taquito.", "keywords": [ "taquito", "tezos", "typescript", "michelson", "encoding", "smart-contract" ], "main": "dist/taquito-michelson-encoder.umd.js", "module": "dist/taquito-michelson-encoder.es6.js", "typings": "dist/types/taquito-michelson-encoder.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "author": "ECAD Labs Inc <info@ecadlabs.com>", "contributors": [ "Jev Björsell (jevonearth)", "Roxane Letourneau <roxane@ecadlabs.com>", "Simon Boissonneault-Robert <simon@ecadlabs.com>", "Davis Sawali <davis.sawali@ecadlabs.com>" ], "homepage": "https://taquito.io/", "repository": { "type": "git", "url": "git+https://github.com/ecadlabs/taquito.git" }, "bugs": { "url": "https://github.com/ecadlabs/taquito/issues" }, "license": "Apache-2.0", "engines": { "node": ">=22" }, "scripts": { "test": "vitest run --config ./vitest.config.ts", "test:watch": "vitest --config ./vitest.config.ts", "test:prod": "npm run lint && npm run test", "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" }, "lint-staged": { "{src,test}/**/*.ts": [ "prettier --write", "eslint --fix" ] }, "dependencies": { "@taquito/core": "^24.3.0", "@taquito/rpc": "^24.3.0", "@taquito/signer": "^24.3.0", "@taquito/utils": "^24.3.0", "bignumber.js": "^10.0.2", "fast-json-stable-stringify": "^2.1.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", "lint-staged": "^15.2.7", "lodash.camelcase": "^4.3.0", "prettier": "^3.3.3", "prompt": "^1.3.0", "replace-in-file": "^8.1.0", "rimraf": "^6.0.1", "rollup": "^4.60.1", "rollup-plugin-json": "^4.0.0", "rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-typescript2": "^0.37.0", "shelljs": "^0.8.5", "ts-node": "^10.9.2", "ts-toolbelt": "^9.6.0", "typescript": "^5.9.3" }, "gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e" }