{
  "name": "@alterior/annotations",
  "version": "3.15.0",
  "description": "Create and interact with Typescript metadata decorators",
  "author": "The Alterior Project (https://github.com/alterior-mvc)",
  "license": "MIT",
  "homepage": "https://github.com/alterior-mvc/alterior/blob/main/packages/annotations/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alterior-mvc/alterior.git"
  },
  "bugs": {
    "url": "https://github.com/alterior-mvc/alterior/issues"
  },
  "keywords": [
    "decorators",
    "metadata",
    "annotations"
  ],
  "main": "dist/index.js",
  "module": "dist.esm/index.js",
  "types": "dist/index.d.ts",
  "access": "public",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "clean": "rimraf dist dist.esm",
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc -b",
    "build:esm": "tsc -b tsconfig.esm.json",
    "prepublishOnly": "npm test",
    "test": "node dist/test.js",
    "docs": "typedoc src/index.ts"
  },
  "dependencies": {
    "@alterior/common": "^3.15.0",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@types/supertest": "^2.0.9",
    "supertest": "^3.1.0",
    "swagger-editor-dist": "^3.9.0"
  },
  "lernaKick": "1",
  "gitHead": "87f31ea4078faaca53b45573c6a0013cdb40dd07"
}