You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
710 B
29 lines
710 B
{ |
|
"name": "babel-plugin-named-asset-import", |
|
"version": "0.3.8", |
|
"description": "Babel plugin for named asset imports in Create React App", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/facebook/create-react-app.git", |
|
"directory": "packages/babel-plugin-named-asset-import" |
|
}, |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/facebook/create-react-app/issues" |
|
}, |
|
"main": "index.js", |
|
"files": [ |
|
"index.js" |
|
], |
|
"peerDependencies": { |
|
"@babel/core": "^7.1.0" |
|
}, |
|
"devDependencies": { |
|
"babel-plugin-tester": "^10.1.0", |
|
"jest": "^27.4.3" |
|
}, |
|
"scripts": { |
|
"test": "jest" |
|
}, |
|
"gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9" |
|
}
|
|
|