{
  "name": "com.cobilas.unity.core.net4x",
  "version": "1.6.1",
  "description": "C# NPM package for general use in apps and games.",
  "displayName": "Cobilas Core Net4x",
  "changelogUrl": "https://github.com/BelicusBr/com.cobilas.cs.lib.core.net4x/blob/main/CHANGELOG.md",
  "licensesUrl": "https://github.com/BelicusBr/com.cobilas.cs.lib.core.net4x/blob/main/LICENSE.md",
  "type": "library",
  "unity": "2017.1",
  "main": "index.js",
  "scripts": {
    "nuget_pack": "dotnet pack",
    "npm_pack": "npm pack --pack-destination C:/local.npm",
    "packaging": "npm run npm_pack && npm run nuget_pack",
	
    "npm_push": "@powershell -Command . cobilas.package.funcs.ps1 ; npm_push -package_name %npm_package_name% -package_version %npm_package_version%",
    "nuget_push": "@powershell -Command . cobilas.package.funcs.ps1 ; nuget_push -package_name \"Cobilas.Core.Net4x\" -package_version %npm_package_version%",
    "Package_Push": "npm run npm_push && npm run nuget_push",

    "npm_pack_push": "npm run packaging && npm run Package_Push"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BelicusBr/com.cobilas.cs.lib.core.net4x.git"
  },
  "keywords": [
    "CSharp",
    "C#",
    "net472",
    "Unity3D"
  ],
  "author": "B\u00e9licusBr",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BelicusBr/com.cobilas.cs.lib.core.net4x/issues"
  },
  "homepage": "https://github.com/BelicusBr/com.cobilas.cs.lib.core.net4x#readme"
}