UNPKG

golden-path

Version:
56 lines (55 loc) 1.29 kB
{ "name": "golden-path", "version": "1.1.20", "description": "Golden Path", "keywords": [ "functional", "path", "golden" ], "main": "dist/cjs.js", "module": "dist/es.js", "typings": "index.d.ts", "dependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "shallowequal": "1.1.0" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "babel-eslint": "^10.1.0", "babel-jest": "^26.0.1", "babel-loader": "^8.1.0", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.1", "jest": "^26.0.1", "ramda": "^0.27.0", "rollup": "^2.63.0", "rollup-plugin-babel": "^4.4.0" }, "scripts": { "build": "rollup --config", "lint": "eslint .", "test": "npm run build && jest" }, "jest": { "testEnvironment": "node" }, "repository": { "type": "git", "url": "git@github.com:Attrash-Islam/golden-path.git" }, "author": "Islam Attrash <isattrash@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Attrash-Islam/golden-path/issues" }, "homepage": "https://github.com/Attrash-Islam/golden-path", "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }