UNPKG

@start/plugin-lib-babel

Version:

🏭 Transform files using Babel

23 lines 606 B
{ "name": "@start/plugin-lib-babel", "version": "3.0.0", "description": "🏭 Transform files using Babel", "keywords": "tasks, runner, start, start-plugin, babel", "repository": "deepsweet/start", "author": "Kir Belevich <kir@belevi.ch> (https://github.com/deepsweet)", "license": "MIT", "types": "types/index.d.ts", "main": "node/index.js", "publishConfig": { "access": "public" }, "engines": { "node": ">=12.13.0" }, "dependencies": { "@babel/core": "^7.4.0", "@babel/runtime": "^7.4.2", "@start/plugin": "^2.0.0", "@types/babel__core": "^7.1.1" } }