scratch-l10n/package.json
semantic-release-bot d608da644e chore(release): 3.18.335 [skip ci]
## [3.18.335](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.334...v3.18.335) (2024-10-09)

### Bug Fixes

* **deps:** lock file maintenance ([4360b96](4360b96ed4))
2024-10-09 06:17:58 +00:00

97 lines
4.1 KiB
JSON

{
"name": "scratch-l10n",
"version": "3.18.335",
"description": "Localization for the Scratch 3.0 components",
"main": "./dist/l10n.js",
"browser": "./src/index.js",
"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": "babel-node scripts/build-data",
"clean": "rimraf ./dist ./locales && mkdirp dist locales",
"lint": "npm run lint:js && npm run lint:json",
"lint:js": "eslint . --ext .js",
"lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor",
"prepare": "husky install",
"pull:blocks": "babel-node scripts/tx-pull-editor 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": "babel-node scripts/tx-pull-editor 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": "babel-node scripts/tx-pull-editor scratch-editor interface ./editor/interface/",
"pull:paint": "babel-node scripts/tx-pull-editor scratch-editor paint-editor ./editor/paint-editor/",
"pull:www": "babel-node scripts/tx-pull-www ./www",
"push:help": "./scripts/tx-push-help.js",
"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": "babel-node scripts/validate-translations ./editor/blocks/",
"validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint",
"validate:extensions": "babel-node scripts/validate-translations ./editor/extensions/ && babel-node scripts/validate-extension-inputs",
"validate:interface": "babel-node scripts/validate-translations ./editor/interface/",
"validate:paint": "babel-node scripts/validate-translations ./editor/paint-editor/",
"validate:www": "babel-node scripts/validate-www ./www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scratchfoundation/scratch-l10n.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/scratchfoundation/scratch-l10n/issues"
},
"homepage": "https://github.com/scratchfoundation/scratch-l10n#readme",
"dependencies": {
"@transifex/api": "4.3.0",
"download": "8.0.0",
"transifex": "1.6.6"
},
"devDependencies": {
"@babel/cli": "7.25.7",
"@babel/core": "7.25.7",
"@babel/eslint-parser": "7.25.7",
"@babel/node": "7.25.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"async": "3.2.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.4.1",
"babel-plugin-react-intl": "3.5.1",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.1",
"format-message-cli": "6.2.4",
"format-message-parse": "6.2.4",
"glob": "7.2.3",
"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",
"rimraf": "2.7.1",
"scratch-semantic-release-config": "1.0.16",
"semantic-release": "19.0.5",
"webpack": "4.47.0",
"webpack-cli": "3.3.12"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}