mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
30 lines
708 B
JSON
30 lines
708 B
JSON
|
{
|
||
|
"name": "babel-plugin-named-asset-import",
|
||
|
"version": "0.3.7",
|
||
|
"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": "^8.0.1",
|
||
|
"jest": "26.6.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
|
||
|
}
|