{
  "name": "@stefanobalocco/jtdal",
  "description": "Small template engine based on Zope TAL, using data attributes",
  "exports": {
    ".": {
      "types": "./dist/jTDAL.d.ts",
      "default": "./dist/jTDAL.min.js"
    }
  },
  "types": "dist/jTDAL.d.ts",
  "files": [
    "dist/jTDAL.js",
    "dist/jTDAL.min.js",
    "dist/jTDAL.d.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/StefanoBalocco/jTDAL.git"
  },
  "version": "8.0.0",
  "keywords": [
    "template engine",
    "tal"
  ],
  "author": "Stefano Balocco <stefano.balocco@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/StefanoBalocco/jTDAL/issues"
  },
  "homepage": "https://github.com/StefanoBalocco/jTDAL",
  "scripts": {
    "build": "tsBuild all",
    "build:library": "tsBuild library",
    "build:tests": "tsBuild tests",
    "tests": "c8 --include=src --include=dist --exclude-after-remap --per-file --reporter=text --reporter=lcov ava tests/dist/*.test.js --verbose --serial"
  },
  "devDependencies": {
    "@stefanobalocco/tsbuild": "^2",
    "ava": "^8",
    "c8": "^12"
  }
}
