{
  "name": "@digipair/engine",
  "version": "0.137.1",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "keywords": [
    "digipair",
    "web",
    "service"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "default": "./dist/index.cjs.js"
    },
    "./index.esm.js": "./dist/index.esm.js",
    "./index.cjs.js": "./dist/index.cjs.js",
    "./package.json": "./package.json",
    "./schema.json": "./dist/schema.json",
    "./schema.fr.json": "./dist/schema.fr.json"
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "nx": {
    "name": "engine"
  },
  "dependencies": {
    "cel-js": "0.8.2",
    "feelin": "4.3.0",
    "handlebars": "4.7.8",
    "case-anything": "3.1.2"
  }
}
