mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-07-09 04:14:37 -04:00
## [5.0.300](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.299...v5.0.300) (2025-07-09) ### Bug Fixes * pull new editor translations from Transifex ([dd45851
](dd45851f20
))
96 lines
4 KiB
JSON
96 lines
4 KiB
JSON
{
|
|
"name": "scratch-l10n",
|
|
"version": "5.0.300",
|
|
"description": "Localization for the Scratch 3.0 components",
|
|
"main": "./dist/l10n.js",
|
|
"browser": "./src/index.mjs",
|
|
"bin": {
|
|
"build-i18n-src": "./scripts/build-i18n-src.js",
|
|
"tx-push-src": "./scripts/tx-push-src.js"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && npm run build:data && webpack --progress --colors --bail",
|
|
"build:data": "node scripts/build-data.mjs",
|
|
"clean": "rimraf ./dist ./locales && mkdirp dist locales",
|
|
"format": "prettier --write . && eslint --fix",
|
|
"lint": "npm run lint:js && npm run lint:json",
|
|
"lint:js": "eslint && prettier --check .",
|
|
"lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor",
|
|
"prepare": "husky install",
|
|
"pull:blocks": "node scripts/tx-pull-editor.mjs scratch-editor blocks ./editor/blocks/",
|
|
"pull:editor": "npm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface",
|
|
"pull:extensions": "node scripts/tx-pull-editor.mjs scratch-editor extensions ./editor/extensions/",
|
|
"pull:help": "npm run pull:help:names && npm run pull:help:articles",
|
|
"pull:help:articles": "./scripts/tx-pull-help-articles.js",
|
|
"pull:help:names": "./scripts/tx-pull-help-names.js",
|
|
"pull:interface": "node scripts/tx-pull-editor.mjs scratch-editor interface ./editor/interface/",
|
|
"pull:paint": "node scripts/tx-pull-editor.mjs scratch-editor paint-editor ./editor/paint-editor/",
|
|
"pull:www": "node scripts/tx-pull-www.mjs ./www",
|
|
"push:help": "./scripts/tx-push-help.mjs",
|
|
"sync:help": "npm run push:help && npm run pull:help",
|
|
"test": "npm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json",
|
|
"update": "scripts/update-translations.sh",
|
|
"validate:blocks": "node scripts/validate-translations.mjs ./editor/blocks/",
|
|
"validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint",
|
|
"validate:extensions": "node scripts/validate-translations.mjs ./editor/extensions/ && node scripts/validate-extension-inputs.mjs",
|
|
"validate:interface": "node scripts/validate-translations.mjs ./editor/interface/",
|
|
"validate:paint": "node scripts/validate-translations.mjs ./editor/paint-editor/",
|
|
"validate:www": "node scripts/validate-www.mjs ./www"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/scratchfoundation/scratch-l10n.git"
|
|
},
|
|
"author": "Massachusetts Institute of Technology",
|
|
"license": "AGPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/scratchfoundation/scratch-l10n/issues"
|
|
},
|
|
"homepage": "https://github.com/scratchfoundation/scratch-l10n#readme",
|
|
"dependencies": {
|
|
"@transifex/api": "7.1.4",
|
|
"download": "8.0.0",
|
|
"transifex": "1.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.28.0",
|
|
"@babel/core": "7.28.0",
|
|
"@babel/node": "7.28.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
"@babel/preset-env": "7.28.0",
|
|
"@babel/preset-react": "7.27.1",
|
|
"@commitlint/cli": "18.6.1",
|
|
"@commitlint/config-conventional": "18.6.3",
|
|
"async": "3.2.6",
|
|
"babel-loader": "8.4.1",
|
|
"babel-plugin-react-intl": "3.5.1",
|
|
"eslint": "9.30.1",
|
|
"eslint-config-scratch": "11.0.34",
|
|
"format-message-cli": "6.2.4",
|
|
"format-message-parse": "6.2.4",
|
|
"glob": "7.2.3",
|
|
"globals": "16.3.0",
|
|
"husky": "8.0.3",
|
|
"jshint": "2.13.6",
|
|
"json": "^9.0.6",
|
|
"jsonlint": "1.6.3",
|
|
"lodash.defaultsdeep": "4.6.1",
|
|
"mkdirp": "0.5.1",
|
|
"node-fetch": "2.7.0",
|
|
"p-limit": "2.3.0",
|
|
"p-queue": "3.2.0",
|
|
"prettier": "3.5.3",
|
|
"rimraf": "2.7.1",
|
|
"scratch-semantic-release-config": "3.0.0",
|
|
"semantic-release": "19.0.5",
|
|
"webpack": "4.47.0",
|
|
"webpack-cli": "3.3.12"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|