-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.87 KB
/
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
{
"name": "smtk-nims-translations",
"version": "1.0.0",
"description": "This is a repo for SMTK NIMS translations. Here you can find sources for translation into your preferred language. Project core hosted [here](https://bitbucket.org/NtsDK/story-master-toolkit-smtk-nims).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"yaspeller-nims": "./node_modules/.bin/yaspeller -c .yaspellerrc ./nims/test.js",
"yaspeller-nims2": "./node_modules/.bin/yaspeller -c .yaspellerrc --ignore-text=\"\\\\n\" ./nims/test.js",
"yaspeller-nims-en": "./node_modules/.bin/yaspeller -c .yaspellerrc-en ./nims/l10n",
"yaspeller-nims-en-bases": "./node_modules/.bin/yaspeller -c .yaspellerrc-en --ignore-text=\"\\\\n\" ./nims/en/demoBase.js ./nims/en/emptyBase.js",
"yaspeller-measurelook": "./node_modules/.bin/yaspeller ./measurelook",
"yaspeller-vtmcl": "./node_modules/.bin/yaspeller ./vtmcl",
"yaspeller-presentations": "./node_modules/.bin/yaspeller ./presentation-builder",
"nims-eclint-fix": "eclint fix nims\\l10n\\en && eclint fix nims\\l10n\\ru",
"nims-eslint-check": "./node_modules/.bin/eslint nims\\l10n\\en && ./node_modules/.bin/eslint nims\\l10n\\ru",
"nims-eslint-fix": "./node_modules/.bin/eslint --fix nims\\l10n\\en && ./node_modules/.bin/eslint --fix nims\\l10n\\ru"
},
"repository": {
"type": "git",
"url": "git+https://NtsDK@github.com/NtsDK/smtk-nims-translations.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NtsDK/smtk-nims-translations/issues"
},
"homepage": "https://github.com/NtsDK/smtk-nims-translations#readme",
"devDependencies": {
"eslint": "^5.2.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"yaspeller": "^4.2.1"
}
}