{
  "name": "@unifig/core",
  "version": "1.1.3",
  "description": "Universal, typed and validated configuration manager",
  "keywords": [
    "config",
    "transformer",
    "validator",
    "manager"
  ],
  "author": "Matii96",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Matii96/unifig.git"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "test": "jest --config ../../jest-units.config.json packages/core",
    "test:e2e": "jest --config ../../jest-e2e.config.json packages/core"
  },
  "bugs": {
    "url": "https://github.com/Matii96/unifig/issues"
  },
  "homepage": "https://github.com/Matii96/unifig",
  "devDependencies": {
    "class-transformer": ">=0.5.1",
    "class-validator": ">=0.13.2",
    "reflect-metadata": ">=0.1.13"
  },
  "peerDependencies": {
    "class-transformer": ">=0.5.1",
    "class-validator": ">=0.13.2",
    "reflect-metadata": ">=0.1.13"
  },
  "gitHead": "7859012a8c8cd91f32a35466f54253a63e87674b"
}
