{
  "name": "@uxland/ramda-extensions",
  "version": "1.0.3",
  "description": "Ramda Extensions",
  "author": "UXLand <dev@uxland.es>",
  "homepage": "https://github.com/uxland/uxland/tree/master/packages/ramda-extensions#readme",
  "license": "BSD-4-Clause",
  "module": "index.js",
  "types": "index.d.ts",
  "files": [
    "README.md",
    "package.json",
    "**/*.js",
    "**/*.d.ts",
    "!*.config.js",
    "!coverage/**/*"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uxland/uxland.git"
  },
  "scripts": {
    "build:dts": "tsc --emitDeclarationOnly --noEmit false --declaration --removeComments false --outDir .",
    "build:clean": "rimraf {id,id-*,is-*,index,promise-all,reject-*,to-*}.{!config.js,js,d.ts} tsconfig.tsbuildinfo",
    "build:cjs": "esbuild index.ts --bundle --minify --target=es2018 --outfile=lib/index.js",
    "build:es": "esbuild *.ts --minify --format=esm --outdir=.",
    "build:min": "esbuild index.ts --bundle --minify --external:@uxland/* --external:ramda --format=esm --outfile=./index.min.js",
    "build": "npm-run-all --parallel build:es build:dts",
    "prebuild": "echo nok > .buildstatus",
    "postbuild": "echo ok > .buildstatus",
    "readme:coverage": "node_modules/.bin/jest-badges-readme",
    "tdd": "jest --watch --collect-coverage",
    "tdd:benchmark": "jest --watch test/unit/benchmark.spec.ts --collect-coverage=false --testPathIgnorePatterns []",
    "tdd:sandbox": "jest --watch test/unit/sandbox.spec.ts --testPathIgnorePatterns []",
    "test:benchmark": "jest test/unit/benchmark.spec.ts --collect-coverage=false --testPathIgnorePatterns []",
    "test:unit": "web-test-runner test/**/*.spec.ts --node-resolve --coverage",
    "test": "yarn test:unit",
    "jsdoc": "yarn build:cjs && rimraf docs && jsdoc -r ./lib -c jsdoc.config.js",
    "jsdoc:styles": "cat ../../resources/docs/custom.css >> ./docs/$npm_package_name/$npm_package_version/styles/jsdoc.css",
    "jsdoc:mv": "mkdirp ../../docs/$npm_package_name/$npm_package_version && ncp docs/$npm_package_name/$npm_package_version ../../docs/$npm_package_name/$npm_package_version",
    "postjsdoc": "yarn jsdoc:styles && yarn jsdoc:mv"
  },
  "bugs": {
    "url": "https://github.com/uxland/uxland/issues"
  },
  "devDependencies": {
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@olavoparno/jest-badges-readme": "^1.4.0",
    "@open-wc/testing": "^3.0.0-next.1",
    "@types/jest": "^26.0.14",
    "@types/ramda": "^0.27.4",
    "@web/dev-server-esbuild": "^0.2.12",
    "@web/dev-server-import-maps": "^0.0.5",
    "@web/test-runner": "^0.13.4",
    "cat": "^0.2.0",
    "cross-env": "^7.0.0",
    "cucumber": "^6.0.5",
    "esbuild": "^0.11.20",
    "jest": "^26.4.2",
    "jest-cucumber": "^3.0.0",
    "jsdoc": "^3.6.3",
    "jsdom": "^16.2.0",
    "mutation-observer": "^1.0.3",
    "npm-run-all": "^4.1.5",
    "raf": "^3.4.1",
    "rollup": "^1.31.1",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-uglify": "^6.0.4",
    "sinon": "^10.0.0",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "ramda": "^0.27.1"
  },
  "gitHead": "70e658c8333cfdf6cc36a644c9311e85cce174e5"
}
