UNPKG

@berun/fuse-box-plugin-babel

Version:

Fuse Box Babel Plugin

46 lines 1.02 kB
{ "name": "@berun/fuse-box-plugin-babel", "version": "7.0.3", "main": "./dist/index.js", "ts:main": "src/index.ts", "types": "src/index.ts", "authors": [ "OffGrid Networks <admin@offgridnetworks.com>" ], "files": [ "dist", "src" ], "keywords": [ "mdx", "mdx-js", "tdx", "config", "chain", "fluent", "api" ], "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": "https://github.com/bestyled/berun/tree/master/packages/fuse-box-plugin-babel", "scripts": { "prebuild": "berun-dev clean", "build": "berun-dev build", "coverage": "berun-dev test --coverage", "format": "berun-dev format", "lint": "berun-dev lint", "prepublishOnly": "yarn build", "test": "berun-dev test", "test:watch": "berun-dev test -o --watch" }, "dependencies": { "@babel/core": "^7.9.0", "fuse-box": "^3.7.1" }, "devDependencies": { "@berun/dev-scripts": "^7.0.3" }, "peerDependencies": {} }