UNPKG

babel-plugin-webpack-alias

Version:
78 lines 2.39 kB
{ "name": "babel-plugin-webpack-alias", "description": "babel 6 plugin which allows to use webpack aliases", "main": "build/index.js", "scripts": { "build": "babel src -d build", "dev": "watch 'npm run build' src/", "test": "npm run test:lint && npm run test:plugin", "test:watch": "ava -w", "test:win": "ava", "test:lint": "eslint src/ test/", "test:plugin": "eslint src/ test/ && nyc --cache --reporter=text ava", "test:ava": "cd examples/ava; rm -rf node_modules; npm it", "test:mocha": "cd examples/mocha; rm -rf node_modules; npm it", "prepublish": "npm run build", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "license": "MIT", "bugs": { "url": "https://github.com/trayio/babel-plugin-webpack-alias/issues", "email": "adrien@tray.io" }, "repository": { "type": "git", "url": "https://github.com/trayio/babel-plugin-webpack-alias.git" }, "author": "Adrien Antoine <adrien@tray.io> (http://tray.io)", "homepage": "https://github.com/trayio/babel-plugin-webpack-alias#readme", "devDependencies": { "ava": "^0.16.0", "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-plugin-transform-es2015-destructuring": "^6.9.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", "babel-plugin-transform-es2015-parameters": "^6.11.4", "babel-plugin-transform-es2015-spread": "^6.5.2", "babel-plugin-transform-export-extensions": "^6.5.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-strict-mode": "^6.5.2", "babel-register": "^6.14.0", "codecov": "^1.0.1", "cz-conventional-changelog": "^1.2.0", "eslint": "^3.5.0", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^2.0.0", "estraverse-fb": "^1.3.1", "nyc": "^9.0.1", "semantic-release": "^4.3.5", "watch": "^1.0.0" }, "keywords": [ "babel", "webpack", "alias", "mocha", "testing" ], "ava": { "files": [ "test/**/*.spec.js" ], "require": [ "babel-register" ] }, "dependencies": { "babel-types": "^6.14.0", "find-up": "^2.0.0", "lodash.some": "^4.5.1", "lodash.template": "^4.3.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "version": "2.1.2" }