@haloe/primelocale
Version:
PrimeLocale provides i18n and l7n options globally for the components in PrimeUI libraries.
65 lines • 1.42 kB
JSON
{
"name": "@haloe/primelocale",
"version": "2.1.2-beta.1",
"private": false,
"type": "module",
"author": "PrimeTek Informatics",
"description": "PrimeLocale provides i18n and l7n options globally for the components in PrimeUI libraries.",
"homepage": "https://github.com/primefaces/primelocale",
"repository": {
"type": "git",
"url": "git+https://github.com/primefaces/primelocale.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primelocale/issues"
},
"keywords": [
"primereact",
"primeng",
"primevue",
"primefaces",
"i18n",
"l7n"
],
"files": [
"**/*.json",
"js/*.js",
"js/*.d.ts",
"cjs/*.js",
"cjs/*.d.ts"
],
"main": "./cjs/all.js",
"module": "./js/all.js",
"types": "./js/all.d.ts",
"sideEffects": false,
"exports": {
"./*.json": "./*.json",
".": {
"module": "./js/all.js",
"require": "./cjs/all.js",
"types": "./js/all.d.ts"
},
"./js/*.js": {
"module": "./js/*.js",
"require": "./cjs/*.js",
"types": "./js/*.d.ts"
},
"./cjs/*.js": {
"module": "./js/*.js",
"require": "./cjs/*.js",
"types": "./js/*.d.ts"
}
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"devDependencies": {
"typescript": "^5.8.2"
},
"scripts": {
"build": "node script-genimports.js",
"verify": "tsc"
}
}