sudovanilla-website/public/@shoelace-style/localize/package.json
2024-05-13 23:34:06 -04:00

40 lines
1,000 B
JSON

{
"name": "@shoelace-style/localize",
"version": "3.1.2",
"description": "A micro library for localizing custom elements using Lit's Reactive Controller model.",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc -w",
"build": "tsc",
"clean": "node ./scripts/clean.js",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoelace-style/localize.git"
},
"keywords": [
"shoelace",
"web components",
"custom elements",
"localization",
"internationalization",
"i18n",
"l10n"
],
"author": "Cory LaViska",
"license": "MIT",
"bugs": {
"url": "https://github.com/shoelace-style/localize/issues"
},
"homepage": "https://github.com/shoelace-style/localize#readme",
"devDependencies": {
"del": "^6.0.0",
"lit": "^2.0.2",
"typescript": "^5.1.3"
}
}