{
  "name": "ast",
  "version": "1.0.7",
  "description": "ast 工具包，封装了一些常用的方法，如字符串还原等",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coder-gao/ast.git"
  },
  "keywords": [
    "ast",
    "babel"
  ],
  "author": "寒菱",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coder-gao/ast/issues"
  },
  "homepage": "https://github.com/coder-gao/ast#readme",
  "devDependencies": {
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "@babel/core": "^7.13.15",
    "@babel/generator": "^7.13.16",
    "@babel/parser": "^7.13.16",
    "@babel/traverse": "^7.13.17",
    "@babel/types": "^7.13.14"
  }
}
