{
  "name": "rafter",
  "version": "0.8.75",
  "contributors": [
    {
      "name": "Josh Stuart",
      "email": "joshstuartx@gmail.com"
    }
  ],
  "license": "GPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rafterjs/rafter.git",
    "directory": "core/rafter"
  },
  "homepage": "https://github.com/rafterjs/rafter/tree/master/core/rafter",
  "scripts": {
    "build": "yarn build:lib && yarn build:types",
    "buildonly": "yarn build:lib",
    "build:lib": "babel ./lib --out-dir ./dist --extensions .js,.jsx,.ts,.tsx --source-maps",
    "build:types": "tsc --emitDeclarationOnly",
    "clean:lib": "rimraf ./dist",
    "copy": "copyfiles ./package.json ./dist/package.json",
    "lint": "eslint \"./lib/**/*\" \"./test/**/*\" ./babel.config.js",
    "test": "jest ./lib",
    "types": "tsc",
    "update:latest": "yarn upgrade --latest"
  },
  "dependencies": {
    "@rafterjs/di-autoloader": "^0.8.75",
    "@rafterjs/logger-plugin": "^0.8.75",
    "awilix": "6.1.0",
    "express": "4.18.1",
    "find-node-modules": "2.1.3"
  },
  "devDependencies": {
    "@rafterjs/babel-preset-rafter": "^0.8.75",
    "@rafterjs/eslint-config": "^0.8.75",
    "@types/glob": "7.2.0"
  },
  "description": "A slightly opinionated JS framework that makes building apps easy and testable",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "engines": {
    "node": ">=14"
  },
  "gitHead": "0cde3b4f806536ef6ddd4a685e416ebcbd201b2c"
}
