babel-plugin-transform-import-paths
Version:
Babel plugin to transform import paths
66 lines (65 loc) • 1.65 kB
JSON
{
"name": "babel-plugin-transform-import-paths",
"version": "1.0.3",
"description": "Babel plugin to transform import paths",
"keywords": [
"babel",
"plugin",
"transform",
"import",
"paths"
],
"author": {
"name": "Anthony Nichols",
"email": "hi@anthonynichols.me"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anthonynichols/babel-plugin-transform-import-paths.git"
},
"bugs": {
"url": "https://github.com/anthonynichols/babel-plugin-transform-import-paths/issues"
},
"homepage": "https://github.com/anthonynichols/babel-plugin-transform-import-paths#readme",
"files": [
"dist"
],
"main": "./dist/transform-import-paths",
"scripts": {
"build": "tsc",
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish",
"test": "jest"
},
"dependencies": {
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6",
"@types/babel-types": "^7.0.7",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"babel-jest": "^26.0.1",
"import-sort-style-alexandria": "^2.0.1",
"jest": "^26.0.1",
"jest-config": "^26.0.1",
"ts-jest": "^26.0.0",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"typescript": "^3.9.2"
},
"importSort": {
".js, .spec.js": {
"parser": "babylon",
"style": "alexandria"
},
".ts": {
"parser": "typescript",
"style": "alexandria"
}
}
}