{
  "name": "benchpressjs",
  "version": "2.5.5",
  "author": "psychobunny <psycho.bunny@hotmail.com>",
  "description": "An ultralight and super fast templating framework",
  "scripts": {
    "pretest": "eslint .",
    "test": "nyc --reporter=html --reporter=text mocha -R spec tests",
    "coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
    "docs": "documentation build lib/benchpress.js lib/precompile.js lib/compile-render.js lib/express.js -f md -o docs/api.md --shallow",
    "prepare": "grunt build",
    "prepublishOnly": "grunt"
  },
  "repository": "git://github.com/benchpressjs/benchpressjs",
  "main": "lib/benchpress",
  "browser": "build/benchpress",
  "files": [
    "package.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "lib",
    "build"
  ],
  "keywords": [
    "templates",
    "templating",
    "framework",
    "javascript"
  ],
  "devDependencies": {
    "benchmark": "^2.1.4",
    "coveralls": "^3.1.1",
    "documentation": "^13.2.0",
    "eslint": "^8.33.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "express": "^4.21.2",
    "grunt": "^1.6.1",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-shell": "^4.0.0",
    "mocha": "^11.1.0",
    "nyc": "^17.1.0",
    "uglify-js": "^3.19.3",
    "wasm-pack": "^0.13.1"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "node-cache": "^5.1.2"
  },
  "nyc": {
    "exclude": [
      "tests",
      "build/compiler"
    ]
  }
}
