Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@supertenant/superconsts / package.json
Size: Mime:
{
  "name": "@supertenant/superconsts",
  "version": "0.8.1",
  "description": "supertenant consts shared across projects",
  "author": {
    "name": "SuperTenant Ltd.",
    "email": "info@supertenant.com"
  },
  "type": "module",
  "main": "lib/index.autogen.cjs",
  "module": "lib/index.autogen.mjs",
  "exports": {
    "import": "./lib/index.autogen.mjs",
    "require": "./lib/index.autogen.cjs"
  },
  "keywords": [],
  "license": "Elastic-2.0",
  "files": [
    "lib",
    "types",
    "tests"
  ],
  "types": "types/index.autogen.d.mts"
}