All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "@primeuix/utils",
  "version": "0.0.5",
  "author": "PrimeTek Informatics",
  "description": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/primefaces/primeuix.git",
    "directory": "packages/utils"
  },
  "bugs": {
    "url": "https://github.com/primefaces/primeuix/issues"
  },
  "main": "./index.mjs",
  "module": "./index.mjs",
  "types": "./index.d.mts",
  "exports": {
    ".": {
      "types": "./index.d.mts",
      "import": "./index.mjs"
    },
    "./*": {
      "types": "./*/index.d.mts",
      "import": "./*/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.11.0"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy