{
  "name": "mobiletto-orm-typedef-gen",
  "version": "2.3.42",
  "type": "module",
  "description": "generate various files based on mobiletto-orm-typedef definitions",
  "keywords": [
    "storage",
    "s3",
    "b2",
    "simple",
    "filesystem",
    "orm",
    "tool",
    "mobiletto",
    "mobiletto-orm"
  ],
  "homepage": "https://github.com/cobbzilla/mobiletto-orm-typedef-gen",
  "author": "Jonathan Cobb <udo9jqld@duck.com> (https://github.com/cobbzilla)",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/cobbzilla"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cobbzilla/mobiletto-orm-typedef-gen.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "test": "mocha ./test/*.spec.js",
    "tsc": "tsc --module es2020 -p tsconfig.json && tsc --module es2020 -p tsconfig-cjs.json && cd src && copyfiles \"./templates/**/*.hbs\" ../lib/cjs/ && copyfiles \"./templates/**/*.hbs\" ../lib/esm/",
    "lint": "npx eslint src test",
    "lint:fix": "npm run lint -- --fix",
    "prettier": "npx prettier src test --check",
    "prettier:fix": "npm run prettier -- --write"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "exports": {
    ".": "./lib/esm/index.js"
  },
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.4.2",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "chai": "^4.3.7",
    "copyfiles": "^2.4.1",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "^8.8.0",
    "handlebars": "^4.7.7",
    "hokey-runtime": "^1.0.4",
    "mobiletto-orm-typedef": "^2.4.5",
    "mocha": "^10.2.0",
    "prettier": "^3.0.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.1.6",
    "yup": "^1.2.0"
  }
}
