UNPKG

@beemo/driver-babel

Version:
63 lines (62 loc) 1.43 kB
{ "name": "@beemo/driver-babel", "version": "2.0.6", "release": "1614239076609", "description": "Babel driver for Beemo.", "keywords": [ "beemo", "beemo-driver", "driver", "babel", "transpile", "compile" ], "scripts": { "integration:cli": "babel --invalid-option", "integration:fail": "babel ./integration/fail.js && babel ./integration/fail-syntax.js", "integration:pass": "babel ./integration/pass.js" }, "main": "./lib/index.js", "types": "./dts/index.d.ts", "files": [ "dts/**/*.d.ts", "lib/**/*.{js,map}", "src/**/*.{ts,tsx,json}" ], "engines": { "node": ">=12.17.0", "npm": ">=6.13.0" }, "repository": { "type": "git", "url": "git@github.com:beemojs/beemo.git", "directory": "packages/driver-babel" }, "author": "Miles Johnson", "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/preset-env": "^7.16.11" }, "peerDependencies": { "@babel/core": "^7.0.0", "@beemo/core": "^2.0.0" }, "dependencies": { "rimraf": "^3.0.2" }, "funding": { "type": "ko-fi", "url": "https://ko-fi.com/milesjohnson" }, "packemon": { "platform": "node", "format": "lib" }, "gitHead": "8478175628629cc2db6991ff0c0088959a979e5f" }