trufflesuite/truffle

View on GitHub
packages/profiler/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/profiler",
  "version": "0.1.53",
  "description": "Package for dealing with Solidity sources along with their Truffle artifacts",
  "license": "MIT",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/profiler#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/profiler"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "main": "dist/src/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "watch": "tsc -w"
  },
  "types": "dist/src/index.d.ts",
  "dependencies": {
    "@truffle/contract-sources": "^0.2.1",
    "@truffle/expect": "^0.1.7",
    "debug": "^4.3.1"
  },
  "devDependencies": {
    "@truffle/config": "^1.3.61",
    "@types/node": "~12.12.0",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}