UNPKG

babel-preset-nodely

Version:
60 lines 1.6 kB
{ "name": "babel-preset-nodely", "version": "0.4.3", "description": "Babel preset used by nodely.", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "nodely -s ./src -o ./lib -v && npm run gen-types", "gen-types": "flow-copy-source --ignore \"**/__tests__/**\" src lib", "postpublish": "codecov", "prepublishOnly": "npm run build", "test": "lintly src && flow && jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/dogma-io/babel-preset-nodely.git" }, "keywords": [ "babel", "es2015", "es6", "flow", "flowjs", "modules", "node", "nodely", "plugin", "preset", "transpile", "transpiler" ], "author": "Matthew Dahl <https://github.com/dogma-io>", "license": "MIT", "bugs": { "url": "https://github.com/dogma-io/babel-preset-nodely/issues" }, "homepage": "https://github.com/dogma-io/babel-preset-nodely#readme", "devDependencies": { "babel-core": "^7.0.0-0", "babel-jest": "^27.0.2", "codecov": "^3.8.2", "flow-copy-source": "2.0.9", "jest": "^27.0.3", "jest-serializer-path": "0.1.15", "lintly": "0.4.0", "nodely": "^1.1.1" }, "dependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0" } }