{
  "name": "handlebars-ramda-helpers",
  "main": "lib/src/index.js",
  "module": "es/src/index.js",
  "types": "lib/src/index.d.ts",
  "description": "Provide powerful data processing capabilities for handlebars, by adding the ramda function as helpers.",
  "version": "1.7.0",
  "keywords": [
    "handlebars",
    "hbs",
    "ramda",
    "template",
    "helpers",
    "extension",
    "extensions",
    "function"
  ],
  "scripts": {
    "test": "npm run clean && npm run build:test && nyc ava",
    "test:debug": "ava --verbose",
    "test:update": "ava -u",
    "report": "npm run build:test && nyc --reporter=html --reporter=text-summary --skip-full ava",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"  --fix",
    "prepare": "is-ci || husky install",
    "ca": "git add -A && git-cz -av",
    "ci": "git-cz",
    "release": "standard-version",
    "release:alpha": "standard-version --prerelease alpha",
    "release:first": "standard-version --first-release",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf ./lib/*",
    "prebuild": "npm run clean",
    "build:es": "ttsc -p build/tsconfig.es.json && npm run copyfile:es",
    "build:lib": "ttsc -p build/tsconfig.lib.json && npm run copyfile:lib",
    "build:test": "ttsc -p build/tsconfig.test.json && npm run copyfile:lib",
    "copyfile:es": "copyfiles -e \"@(build|es|lib|node_modules|tests|doc)/**/*.!(ts)\" -e \"@(README.md|CHANGELOG.md|ava.config.js|backers.md)\" \"**/*.!(ts)\" es",
    "copyfile:lib": "copyfiles -e \"@(build|es|lib|node_modules|tests|doc)/**/*.!(ts)\" -e \"@(README.md|CHANGELOG.md|ava.config.js|backers.md)\" \"**/*.!(ts)\" lib",
    "build": "npm run build:lib && npm run build:es",
    "prewatch": "npm run copyfile:lib",
    "watch": "NODE_ENV=development ttsc -p build/tsconfig.lib.json -w"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "ajv": "^8.11.0",
    "ava": "^4.3.3",
    "commitizen": "^4.2.5",
    "copyfiles": "^2.4.1",
    "coveralls": "^3.1.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.32.0",
    "handlebars": "^4.7.7",
    "husky": "^5.2.0",
    "is-ci": "^3.0.1",
    "lint-staged": "^11.2.6",
    "mili": "^4.7.5",
    "nyc": "^15.1.0",
    "sinon": "^13.0.2",
    "standard-version": "^9.5.0",
    "ts-node": "^10.9.1",
    "ttypescript": "^1.5.13",
    "typescript": "^4.8.4",
    "typescript-transform-paths": "^3.3.1"
  },
  "dependencies": {
    "@types/node": "^14.18.31",
    "@types/ramda": "^0.28.15",
    "ramda": "^0.28.0"
  },
  "peerDependencies": {
    "handlebars": "^4.7.7"
  }
}
