Skip to content

Commit 8dca825

Browse files
committed
Reindent package.json with 2 spaces
Might make merge a bit easier later as upstream did this
1 parent 2d39960 commit 8dca825

File tree

1 file changed

+88
-88
lines changed

1 file changed

+88
-88
lines changed

package.json

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
11
{
2-
"name": "@turbowarp/scratch-l10n",
3-
"version": "3.1001.0",
4-
"description": "Minified scratch-l10n for TurboWarp",
5-
"main": "./dist/l10n.js",
6-
"browser": "./src/index.js",
7-
"bin": {
8-
"build-i18n-src": "./scripts/build-i18n-src.js",
9-
"tx-push-src": "./scripts/tx-push-src.js"
10-
},
11-
"scripts": {
12-
"build": "npm run clean && npm run build:data && webpack --progress --colors --bail",
13-
"build:data": "babel-node scripts/build-data",
14-
"clean": "rimraf ./dist ./locales && mkdirp dist locales",
15-
"lint": "npm run lint:js && npm run lint:json",
16-
"lint:js": "eslint . --ext .js",
17-
"lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor",
18-
"pull:blocks": "babel-node scripts/tx-pull-editor scratch-editor blocks ./editor/blocks/",
19-
"pull:editor": "npm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface",
20-
"pull:extensions": "babel-node scripts/tx-pull-editor scratch-editor extensions ./editor/extensions/",
21-
"pull:help": "npm run pull:help:names && npm run pull:help:articles",
22-
"pull:help:articles": "./scripts/tx-pull-help-articles.js",
23-
"pull:help:names": "./scripts/tx-pull-help-names.js",
24-
"pull:interface": "babel-node scripts/tx-pull-editor scratch-editor interface ./editor/interface/",
25-
"pull:paint": "babel-node scripts/tx-pull-editor scratch-editor paint-editor ./editor/paint-editor/",
26-
"pull:www": "babel-node scripts/tx-pull-www ./www",
27-
"push:help": "./scripts/tx-push-help.js",
28-
"sync:help": "npm run push:help && npm run pull:help",
29-
"test": "npm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json",
30-
"tw:pull": "babel-node scripts/tw-pull",
31-
"tw:push": "babel-node scripts/tw-push",
32-
"tw:publish": "./scripts/tw-publish.sh",
33-
"update": "scripts/update-translations.sh",
34-
"validate:blocks": "babel-node scripts/validate-translations ./editor/blocks/",
35-
"validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint",
36-
"validate:extensions": "babel-node scripts/validate-translations ./editor/extensions/ && babel-node scripts/validate-extension-inputs",
37-
"validate:interface": "babel-node scripts/validate-translations ./editor/interface/",
38-
"validate:paint": "babel-node scripts/validate-translations ./editor/paint-editor/",
39-
"validate:www": "babel-node scripts/validate-www ./www"
40-
},
41-
"repository": {
42-
"type": "git",
43-
"url": "git+https://github.com/TurboWarp/scratch-l10n.git"
44-
},
45-
"author": "Thomas Weber",
46-
"license": "BSD-3-Clause",
47-
"bugs": {
48-
"url": "https://github.com/TurboWarp/scratch-l10n/issues"
49-
},
50-
"homepage": "https://github.com/TurboWarp/scratch-l10n#readme",
51-
"dependencies": {
52-
"@babel/cli": "^7.1.2",
53-
"@babel/core": "^7.1.2",
54-
"@transifex/api": "4.3.0",
55-
"babel-plugin-react-intl": "^3.0.1",
56-
"download": "^8.0.0",
57-
"transifex": "1.6.6"
58-
},
59-
"devDependencies": {
60-
"@babel/eslint-parser": "7.18.2",
61-
"@babel/node": "7.22.19",
62-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
63-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
64-
"@babel/plugin-transform-async-to-generator": "^7.1.0",
65-
"@babel/preset-env": "^7.9.5",
66-
"@babel/preset-react": "^7.0.0",
67-
"async": "3.2.5",
68-
"babel-eslint": "^10.0.1",
69-
"babel-loader": "8.3.0",
70-
"eslint": "8.17.0",
71-
"eslint-config-scratch": "9.0.3",
72-
"eslint-plugin-import": "2.29.1",
73-
"eslint-plugin-react": "^7.5.1",
74-
"format-message-cli": "6.2.4",
75-
"format-message-parse": "6.2.4",
76-
"glob": "7.2.3",
77-
"jshint": "2.13.6",
78-
"json": "^9.0.6",
79-
"jsonlint": "1.6.3",
80-
"lodash.defaultsdeep": "4.6.1",
81-
"mkdirp": "^0.5.1",
82-
"node-fetch": "^2.6.0",
83-
"p-limit": "2.3.0",
84-
"p-queue": "3.2.0",
85-
"rimraf": "^2.6.2",
86-
"webpack": "^4.6.0",
87-
"webpack-cli": "^3.1.2",
88-
"yaml": "^2.3.4"
89-
}
2+
"name": "@turbowarp/scratch-l10n",
3+
"version": "3.1001.0",
4+
"description": "Minified scratch-l10n for TurboWarp",
5+
"main": "./dist/l10n.js",
6+
"browser": "./src/index.js",
7+
"bin": {
8+
"build-i18n-src": "./scripts/build-i18n-src.js",
9+
"tx-push-src": "./scripts/tx-push-src.js"
10+
},
11+
"scripts": {
12+
"build": "npm run clean && npm run build:data && webpack --progress --colors --bail",
13+
"build:data": "babel-node scripts/build-data",
14+
"clean": "rimraf ./dist ./locales && mkdirp dist locales",
15+
"lint": "npm run lint:js && npm run lint:json",
16+
"lint:js": "eslint . --ext .js",
17+
"lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor",
18+
"pull:blocks": "babel-node scripts/tx-pull-editor scratch-editor blocks ./editor/blocks/",
19+
"pull:editor": "npm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface",
20+
"pull:extensions": "babel-node scripts/tx-pull-editor scratch-editor extensions ./editor/extensions/",
21+
"pull:help": "npm run pull:help:names && npm run pull:help:articles",
22+
"pull:help:articles": "./scripts/tx-pull-help-articles.js",
23+
"pull:help:names": "./scripts/tx-pull-help-names.js",
24+
"pull:interface": "babel-node scripts/tx-pull-editor scratch-editor interface ./editor/interface/",
25+
"pull:paint": "babel-node scripts/tx-pull-editor scratch-editor paint-editor ./editor/paint-editor/",
26+
"pull:www": "babel-node scripts/tx-pull-www ./www",
27+
"push:help": "./scripts/tx-push-help.js",
28+
"sync:help": "npm run push:help && npm run pull:help",
29+
"test": "npm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json",
30+
"tw:pull": "babel-node scripts/tw-pull",
31+
"tw:push": "babel-node scripts/tw-push",
32+
"tw:publish": "./scripts/tw-publish.sh",
33+
"update": "scripts/update-translations.sh",
34+
"validate:blocks": "babel-node scripts/validate-translations ./editor/blocks/",
35+
"validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint",
36+
"validate:extensions": "babel-node scripts/validate-translations ./editor/extensions/ && babel-node scripts/validate-extension-inputs",
37+
"validate:interface": "babel-node scripts/validate-translations ./editor/interface/",
38+
"validate:paint": "babel-node scripts/validate-translations ./editor/paint-editor/",
39+
"validate:www": "babel-node scripts/validate-www ./www"
40+
},
41+
"repository": {
42+
"type": "git",
43+
"url": "git+https://github.com/TurboWarp/scratch-l10n.git"
44+
},
45+
"author": "Thomas Weber",
46+
"license": "BSD-3-Clause",
47+
"bugs": {
48+
"url": "https://github.com/TurboWarp/scratch-l10n/issues"
49+
},
50+
"homepage": "https://github.com/TurboWarp/scratch-l10n#readme",
51+
"dependencies": {
52+
"@babel/cli": "^7.1.2",
53+
"@babel/core": "^7.1.2",
54+
"@transifex/api": "4.3.0",
55+
"babel-plugin-react-intl": "^3.0.1",
56+
"download": "^8.0.0",
57+
"transifex": "1.6.6"
58+
},
59+
"devDependencies": {
60+
"@babel/eslint-parser": "7.18.2",
61+
"@babel/node": "7.22.19",
62+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
63+
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
64+
"@babel/plugin-transform-async-to-generator": "^7.1.0",
65+
"@babel/preset-env": "^7.9.5",
66+
"@babel/preset-react": "^7.0.0",
67+
"async": "3.2.5",
68+
"babel-eslint": "^10.0.1",
69+
"babel-loader": "8.3.0",
70+
"eslint": "8.17.0",
71+
"eslint-config-scratch": "9.0.3",
72+
"eslint-plugin-import": "2.29.1",
73+
"eslint-plugin-react": "^7.5.1",
74+
"format-message-cli": "6.2.4",
75+
"format-message-parse": "6.2.4",
76+
"glob": "7.2.3",
77+
"jshint": "2.13.6",
78+
"json": "^9.0.6",
79+
"jsonlint": "1.6.3",
80+
"lodash.defaultsdeep": "4.6.1",
81+
"mkdirp": "^0.5.1",
82+
"node-fetch": "^2.6.0",
83+
"p-limit": "2.3.0",
84+
"p-queue": "3.2.0",
85+
"rimraf": "^2.6.2",
86+
"webpack": "^4.6.0",
87+
"webpack-cli": "^3.1.2",
88+
"yaml": "^2.3.4"
89+
}
9090
}

0 commit comments

Comments
 (0)