UNPKG

babel-plugin-rewire-exports

Version:

Babel plugin for stubbing (ES6, ES2015) module exports

55 lines (54 loc) 1.33 kB
{ "name": "babel-plugin-rewire-exports", "version": "2.3.0", "description": "Babel plugin for stubbing (ES6, ES2015) module exports", "main": "lib/index.js", "scripts": { "clean": "rimraf lib", "build": "babel src -d lib", "lint": "eslint src", "test": "npm run lint && mocha --require test/babel-polyfill", "test:watch": "npm run test -- --watch", "prepack": "npm run clean && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/asapach/babel-plugin-rewire-exports.git" }, "keywords": [ "babel", "plugin", "rewire", "babel-plugin", "esm", "unit-testing", "webpack", "rollup", "systemjs", "browserify", "browser", "node", "jest", "karma" ], "author": "Aliaksei Sapach <dreamsonic@tut.by>", "license": "MIT", "bugs": { "url": "https://github.com/asapach/babel-plugin-rewire-exports/issues" }, "homepage": "https://github.com/asapach/babel-plugin-rewire-exports#readme", "dependencies": { "@babel/template": "7" }, "devDependencies": { "@babel/cli": "7", "@babel/core": "7", "@babel/preset-env": "7", "@babel/preset-react": "7", "@babel/preset-typescript": "7", "@babel/register": "7", "eslint": "7", "mocha": "8", "rimraf": "3" } }