{
"name": "api-check-plugin-static",
"version": "1.0.0",
"description": "",
"main": "compile-plugins/api-check-plugin-static/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:plugins": "./node_modules/.bin/babel ./ --out-dir ./lib --extensions .ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.20.13"
}
}