forked from SabakiHQ/sabaki-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@sabaki/i18n",
"version": "0.51.1-1",
"description": "Home of Sabaki's translation efforts",
"main": "./src/index.js",
"scripts": {
"test": "node ./ci/test.js",
"format": "prettier \"**/*.{js,json,md}\" --write",
"update-readme": "node ./ci/updateReadme.js",
"bump": "node ./ci/bumpVersion.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SabakiHQ/i18n.git"
},
"keywords": [
"sabaki",
"i18n",
"translation"
],
"author": "Yichuan Shen",
"license": "MIT",
"bugs": {
"url": "https://github.com/SabakiHQ/i18n/issues"
},
"homepage": "https://github.com/SabakiHQ/i18n#readme",
"prettier": {
"semi": false,
"singleQuote": true,
"bracketSpacing": false,
"proseWrap": "always",
"quoteProps": "preserve"
},
"devDependencies": {
"globby": "^11.0.0",
"prettier": "1.19.1"
}
}