-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
37 lines (37 loc) · 1.23 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": "CapabilitiesParser",
"version": "1.0.1",
"description": "",
"main": "allResourcesToUtilsRepo.js",
"scripts": {
"tsc": "tsc",
"test": "",
"parseNewLocalizations": "node ./src/parseNewLocalizations.js",
"capabilitiesToResources": "npm run tsc && node ./dist/updateStringsFromCapabilities.js",
"allResourcesToUtilsRepo": "npm run tsc && node ./dist/allResourcesToUtilsRepo.js",
"utilsRepoToAllResources": "npm run tsc && node ./dist/updateStringsFromCommonRepo.js",
"validateJsons": "npm run tsc && node ./dist/jsonValidator.js",
"validateTranslations": "npm run tsc && node ./dist/translationsValidator.js",
"lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\""
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "8.0.19",
"@types/request-promise-native": "1.0.6",
"github": "12.0.1",
"request": "^2.88.2",
"request-promise-native": "1.0.4",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "2.4.2"
},
"dependencies": {
"@types/decompress": "4.2.0",
"decompress": "4.2.1",
"decompress-targz": "4.1.1",
"fs-extra": "^11.2.0",
"path": "^0.12.7"
}
}