{
  "name": "@avensia-oss/tstypegen",
  "version": "3.1.2",
  "description": "A tool to generate TypeScript types from C# types",
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "bin": {
    "tstypegen": "./dist/cli.js"
  },
  "repository": "https://github.com/avensia-oss/tstypegen",
  "author": "Anders Ekdahl <anders.ekdahl@avensia.com>",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin/*.exe",
    "bin/*.dll",
    "bin/*.pdb",
    "bin/*.config",
    "bin/*.runtimeconfig.json",
    "bin/*.deps.json",
    "dist/"
  ],
  "devDependencies": {
    "@types/node": "^14.14.25",
    "typescript": "~3.4.5"
  },
  "scripts": {
    "build": "tsc && dotnet publish src/TSTypeGen/TSTypeGen.csproj -o ./bin",
    "test": "dotnet test src/TSTypeGen.Tests/TSTypeGen.Tests.csproj",
    "prepublishOnly": "npm run test && npm run build"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
