-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.13 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "i18n-stex",
"version": "1.0.12",
"description": "i18n STrings EXtractor",
"main": "dist/index.js",
"scripts": {
"test": "karma start --browsers Firefox --single-run",
"testwatch": "karma start --browsers Firefox",
"build": "tsc bin/cli.ts --outDir dist"
},
"keywords": [
"i18n"
],
"repository": {
"type": "git",
"url": "https://github.com/2gis/stex"
},
"bin": {
"stex": "./bin/stex"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/assert": "^0.0.31",
"@types/cli": "^0.11.19",
"@types/glob": "^5.0.30",
"@types/node": "^8.0.14",
"browserify": "^16.2.3",
"eslint": "^6.0.1",
"i18n-proto": "1.0.5",
"karma": "4.1.0",
"karma-browserify": "^6.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-typescript": "^4.1.0",
"mocha": "^6.1.4",
"ts-node": "^3.2.0",
"tslib": "1.5.0",
"tslint": "4.3.1",
"tslint-eslint-rules": "3.2.3",
"uglify-js": "3.0.18",
"watchify": "^3.11.1"
},
"dependencies": {
"cli": "^1.0.1",
"glob": "^7.1.2",
"typescript": "^3.5.2"
}
}