{
  "name": "as-facile-js",
  "version": "1.0.3",
  "description": "Minimalistic API Framework with Strong Schema",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./cli": {
      "import": "./dist/cli/index.js"
    }
  },
  "bin": {
    "as-facile-js": "dist/cli/index.js",
    "as-facile": "dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.cli.json && node ./scripts/copy-templates.mjs",
    "dev:cli": "node --enable-source-maps dist/cli/index.js",
    "test": "npm run test"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "framework",
    "api",
    "js"
  ],
  "author": "@abdulsalam01",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^25.0.3",
    "typescript": "^5.9.3"
  }
}
