UNPKG

babel-preset-playlyfe

Version:
81 lines (80 loc) 2.2 kB
{ "name": "babel-preset-playlyfe", "version": "4.1.0", "description": "Babel preset for playlyfe", "main": "lib/index.js", "author": "mayank@playlyfe.com", "contributors": [ "Kumar Harsh <khs@playlyfe.com> (https://github.com/kumarharsh)" ], "repository": { "type": "git", "url": "https://github.com/Mayank1791989/babel-preset-playlyfe.git" }, "license": "MIT", "keywords": [ "babel-preset", "react", "es2015", "playlyfe" ], "scripts": { "test": "yarn check-code && yarn testonly --coverage", "testonly": "cross-env NODE_ENV=test jest", "check-code": "yarn lint && yarn flow check", "flow-typed-update": "rm -rf flow-typed/npm && flow-typed update", "lint": "eslint src", "build": "rm -rf lib && babel ./src --out-dir ./lib --ignore '**/__tests__/**,**/node_modules/**'", "semantic-release": "semantic-release" }, "homepage": "https://github.com/Mayank1791989/babel-preset-playlyfe#readme", "files": [ "lib", "README.md" ], "dependencies": { "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/plugin-proposal-object-rest-spread": "7.5.5", "@babel/plugin-transform-runtime": "7.5.5", "@babel/preset-env": "7.5.5", "@babel/preset-flow": "7.0.0", "@babel/preset-react": "7.0.0", "@babel/runtime": "7.5.5", "babel-plugin-react-intl": "3.5.1", "flow-runtime": "0.17.0", "lodash": "^4.17.15" }, "devDependencies": { "@babel/cli": "7.5.5", "@babel/core": "7.5.5", "babel-jest": "24.8.0", "babel-plugin-flow-runtime": "0.19.0", "codecov": "3.5.0", "cross-env": "5.2.0", "eslint": "6.1.0", "eslint-plugin-playlyfe": "7.0.1", "flow-bin": "0.104.0", "husky": "3.0.2", "jest": "24.8.0", "jest-watch-typeahead": "0.3.1", "prettier": "1.18.2", "semantic-release": "15.13.19", "strip-ansi": "5.2.0" }, "jest": { "testRegex": "__tests__/.*-test.js$", "testEnvironment": "node", "roots": [ "src/" ], "watchPlugins": [ "jest-watch-typeahead/filename", "jest-watch-typeahead/testname" ] }, "husky": { "hooks": { "pre-commit": "yarn test" } } }