{
  "name": "yeahjs",
  "version": "0.4.1",
  "description": "A tiny, modern implementation of EJS templates",
  "author": "Vladimir Agafonkin",
  "license": "ISC",
  "type": "module",
  "main": "index.js",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "devDependencies": {
    "eslint": "^10.4.0",
    "eslint-config-mourner": "^4.1.0",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "pretest": "eslint index.js test/test.js && tsc",
    "test": "node --test",
    "prepublishOnly": "npm test"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "ejs",
    "template",
    "engine"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mourner/yeahjs.git"
  }
}
