{
  "name": "@remix-project/remix-astwalker",
  "version": "0.0.121",
  "description": "Tool to walk through Solidity AST",
  "main": "src/index.js",
  "scripts": {
    "test": "./../../node_modules/.bin/nyc --reporter=lcov --require ts-node/register --require tsconfig-paths/register ./../../node_modules/.bin/tape ./tests/*.ts | ./../../node_modules/.bin/tap-spec; ./../../node_modules/.bin/nyc report ---reporter=text"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remix-project-org/remix-project.git"
  },
  "keywords": [
    "Solidity",
    "AST",
    "remix"
  ],
  "author": "Remix Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remix-project-org/remix-project/issues"
  },
  "homepage": "https://github.com/remix-project-org/remix-project/tree/master/libs/remix-astwalker#readme",
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@ethereumjs/block": "^10.1.1",
    "@ethereumjs/tx": "^10.1.1",
    "@ethereumjs/util": "^10.1.1",
    "@ethereumjs/vm": "^10.1.1",
    "@remix-project/remix-lib": "^0.5.100",
    "@types/tape": "^4.2.33",
    "async": "^2.6.2",
    "ethers": "^6.14.0",
    "ethjs-util": "^0.1.6",
    "nyc": "^13.3.0",
    "string-similarity": "^4.0.4",
    "tape": "^4.10.1",
    "ts-node": "^8.0.3",
    "typescript": "^3.4.3"
  },
  "devDependencies": {
    "tap-spec": "^5.0.0"
  },
  "typings": "src/index.d.ts",
  "gitHead": "7ab0c02208f4cc457506acfb22544c35011425a6",
  "types": "./src/index.d.ts"
}
