@startupjs/babel-plugin-startupjs-utils
Version:
Additional transformations for startupjs configs and other stuff
37 lines (36 loc) • 798 B
JSON
{
"name": "@startupjs/babel-plugin-startupjs-utils",
"version": "0.55.8",
"publishConfig": {
"access": "public"
},
"description": "Additional transformations for startupjs configs and other stuff",
"keywords": [
"babel",
"babel-plugin",
"startupjs",
"utils"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Pavel Zhukov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/startupjs/startupjs"
},
"files": [
"index.js",
"README.md"
],
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/template": "^7.4.0",
"@babel/types": "^7.4.0",
"babel-plugin-tester": "^9.1.0",
"jest": "^26.0.1"
},
"gitHead": "75f57690644950055f8c8cb9afa265eb44f594fd"
}