mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "@symfony/ux-translator",
|
|
"description": "Symfony Translator for JavaScript",
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"main": "dist/translator_controller.js",
|
|
"types": "dist/translator_controller.d.ts",
|
|
"scripts": {
|
|
"build": "node ../../../bin/build_package.js .",
|
|
"watch": "node ../../../bin/build_package.js . --watch",
|
|
"test": "../../../bin/test_package.sh .",
|
|
"check": "biome check",
|
|
"ci": "biome ci"
|
|
},
|
|
"symfony": {
|
|
"importmap": {
|
|
"intl-messageformat": "^10.5.11",
|
|
"@symfony/ux-translator": "path:%PACKAGE%/dist/translator_controller.js",
|
|
"@app/translations": "path:var/translations/index.js",
|
|
"@app/translations/configuration": "path:var/translations/configuration.js"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"intl-messageformat": "^10.5.11"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"intl-messageformat": {
|
|
"optional": false
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"intl-messageformat": "^10.5.11"
|
|
}
|
|
}
|