{
  "name": "@endorphinjs/template-runtime",
  "version": "0.11.0",
  "description": "EndorphinJS template runtime, embedded with template bundles",
  "main": "./dist/runtime.cjs.js",
  "module": "./dist/runtime.es.js",
  "types": "./dist/runtime.d.ts",
  "scripts": {
    "test": "mocha",
    "lint": "eslint ./src/**/*.ts",
    "build": "rollup -c",
    "watch": "rollup -wc",
    "clean": "rm -rf ./dist",
    "prepare": "npm run lint && npm test && npm run clean && npm run build"
  },
  "keywords": [
    "template",
    "front-end",
    "endorphin",
    "endorphinjs"
  ],
  "author": "Sergey Chikuyonok <serge.che@gmail.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@endorphinjs/template-compiler": "^0.11.0",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.4.11",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "eslint": "^7.32.0",
    "mocha": "^9.0.3",
    "rollup": "^2.55.1",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/endorphinjs/template-runtime.git"
  },
  "bugs": {
    "url": "https://github.com/endorphinjs/template-runtime/issues"
  },
  "homepage": "https://github.com/endorphinjs/template-runtime#readme",
  "mocha": {
    "require": "./test/register",
    "spec": "./test/*.ts"
  },
  "gitHead": "41d27339067d1e43f6913681ebbd7f3a976eb6cc"
}
