forked from Colengms/vscode-nls-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (59 loc) · 1.4 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "vscode-nls-dev",
"version": "3.3.2",
"description": "Development time npm module to generate strings bundles from Javascript files",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-nls-dev.git"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode-nls-dev/issues"
},
"main": "./lib/main.js",
"typings": "./lib/main",
"bin": {
"vscl": "./lib/vscl.js"
},
"devDependencies": {
"@types/ansi-colors": "^3.2.0",
"@types/clone": "^0.1.30",
"@types/fancy-log": "^1.3.0",
"@types/glob": "^5.0.34",
"@types/iconv-lite": "^0.0.1",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.0",
"@types/source-map": "^0.5.7",
"@types/through": "^0.0.29",
"@types/vinyl": "^2.0.2",
"@types/webpack": "^4.4.34",
"@types/xml2js": "^0.4.2",
"@types/yargs": "^15.0.5",
"mocha": "^11.1.0"
},
"dependencies": {
"ansi-colors": "^3.2.3",
"clone": "^2.1.1",
"event-stream": "^3.3.4",
"fancy-log": "^1.3.3",
"glob": "^7.2.3",
"iconv-lite": "^0.4.19",
"glob": "^7.1.2",
"iconv-lite": "^0.6.3",
"is": "^3.2.1",
"source-map": "^0.7.4",
"typescript": "^3.9.5",
"source-map": "^0.6.1",
"typescript": "^3.9.10",
"vinyl": "^2.1.0",
"xml2js": "^0.6.2",
"yargs": "^16.0.3"
},
"scripts": {
"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src",
"test": "mocha"
}
}