trufflesuite/truffle

View on GitHub
packages/code-utils/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/code-utils",
  "description": "Utilities for parsing and managing EVM-compatible bytecode",
  "license": "MIT",
  "author": "",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/code-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/code-utils"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "3.0.4",
  "main": "dist/src/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "mocha --exit -r ts-node/register test/**/*.test.ts"
  },
  "types": "./dist/src/index.d.ts",
  "dependencies": {
    "cbor": "^5.2.0"
  },
  "devDependencies": {
    "@types/cbor": "^5.0.1",
    "@types/mocha": "^5.2.7",
    "@types/node": "~12.12.0",
    "mocha": "10.1.0",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}