self_example/Spider/Chapter11_JavaScript逆向/apply-ast/package.json

19 lines
386 B
JSON

{
"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.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/preset-env": "^7.15.0"
}
}