{
  "name": "@grzpab/ts-envvar",
  "version": "0.0.1",
  "description": "A library for managing environment variables in TypeScript projects",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "author": "grzpab",
  "private": false,
  "license": "MIT",
  "keywords": [
    "typescript",
    "environment",
    "envvar"
  ],
  "files": [
    "dist/src"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "yarn eslint \"./src/**/*.ts\" \"test/**/*.ts\"",
    "lint:fix": "yarn eslint \"./src/**/*.ts\" \"test/**/*.ts\" --fix",
    "test:unit": "mocha",
    "test:coverage": "nyc mocha"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "1.0.2",
    "@types/chai": "4.3.0",
    "@types/mocha": "9.0.0",
    "@types/node": "17.0.8",
    "@types/sinon": "10.0.6",
    "@typescript-eslint/eslint-plugin": "5.9.0",
    "@typescript-eslint/parser": "5.9.0",
    "chai": "4.3.4",
    "conditional-type-checks": "1.0.5",
    "eslint": "8.6.0",
    "mocha": "9.1.3",
    "nyc": "15.1.0",
    "sinon": "12.0.1",
    "source-map-support": "0.5.21",
    "ts-essentials": "9.1.2",
    "ts-node": "10.4.0",
    "typescript": "4.5.4"
  }
}
