create-broadcast-app
Version:
Create a NextGen TV broadcast app with one command
29 lines (28 loc) • 653 B
JSON
{
"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"
}
}