{
  "name": "solidity-ts-parser",
  "version": "1.0.1",
  "description": "Pure Typescript Solidity Parser Library",
  "main": "ISolidityParser.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
    "ctrlflw": "./bin/cfg.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sambacha/solidity-ts-parser.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sambacha/solidity-ts-parser/issues"
  },
  "homepage": "https://github.com/sambacha/solidity-ts-parser#readme",
  "dependencies": {
    "@types/antlr4": "^4.7.2",
    "antlr4": "^4.8.0",
    "tsc": "^1.20150623.0",
    "typechain": "^2.0.0"
  },
  "devDependencies": {
    "@types/ejs": "^3.0.4",
    "@types/node": "^14.11.2",
    "eslint": "^7.9.0",
    "prettier": "^2.1.2",
    "tslint": "^5.11.0",
    "typescript": "^3.9.7"
  }
}
