{
  "name": "@uxland/functional",
  "version": "1.0.0-alpha.3",
  "description": "Functional",
  "author": "Alex Vizcaino <avizcaino@uxland.es>",
  "homepage": "https://github.com/uxland/uxland/tree/master/packages/functional#readme",
  "license": "ISC",
  "main": "src/index.ts",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "src",
    "lib",
    "es",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "http://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uxland/uxland.git"
  },
  "scripts": {
    "build:es": "tsc -p tsconfig.build.json --outDir es",
    "build:cjs": "tsc -p tsconfig.build.json --outDir lib --module commonjs --declaration",
    "build": "yarn build:es && yarn build:cjs",
    "build:test": "echo nok > .buildstatus && yarn type-check && echo ok > .buildstatus",
    "prebuild": "echo nok > .buildstatus",
    "postbuild": "echo ok > .buildstatus",
    "readme:coverage": "node_modules/.bin/jest-badges-readme",
    "semantic-release": "semantic-release",
    "semantic-release:dry-run": "semantic-release --dry-run",
    "semantic-release:local": "yarn dist && semantic-release --no-ci --debug",
    "postsemantic-release:local": "git checkout -- package*",
    "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:ui:watch": "nodemon --watch test --watch src -x \"polymer test --config-file wct.config.json\"",
    "test:ui": "polymer test --config-file wct.config.json",
    "test:unit": "jest --collect-coverage",
    "test": "yarn test:unit",
    "type-check": "tsc --noEmit",
    "type-check:watch": "yarn type-check -- --watch"
  },
  "bugs": {
    "url": "https://github.com/uxland/uxland/issues"
  },
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@olavoparno/jest-badges-readme": "^1.4.0",
    "@types/jest": "^25.1.0",
    "@types/ramda": "^0.26.41",
    "jest": "^25.1.0",
    "jsdom": "^16.1.0",
    "mutation-observer": "^1.0.3",
    "raf": "^3.4.1",
    "semantic-release": "^17.0.0",
    "ts-jest": "^25.0.0",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "ramda": "^0.27.0"
  },
  "gitHead": "6b7ab516707475823cb9d8851d02094deda9e79b"
}
