{"library":"grunt-babel","install":[{"cmd":"npm install grunt-babel","imports":["grunt.initConfig({\n  babel: { /* ... */ }\n});","grunt.initConfig({\n  babel: {\n    options: { sourceMap: true, presets: ['@babel/preset-env'] },\n    // ...\n  }\n});","grunt.registerTask('default', ['babel']);"]},{"cmd":"yarn add grunt-babel","imports":[]},{"cmd":"pnpm add grunt-babel","imports":[]}]}