{ "name": "learn-ast", "version": "1.0.0", "description": "学习ast", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@babel/cli": "^7.24.1", "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3" } }