salesforcedx-vscode/package.json

37 строки
1.2 KiB
JSON

{
"devDependencies": {
"istanbul": "1.1.0-alpha.1",
"lerna": "2.0.0",
"prettier": "1.6.0",
"remap-istanbul": "^0.9.5",
"shx": "0.2.2",
"tslint": "5.5.0",
"typescript": "2.4.0",
"vsce": "1.29.0"
},
"scripts": {
"postinstall": "lerna bootstrap",
"bootstrap": "lerna bootstrap",
"clean": "lerna run clean",
"compile": "lerna run --stream compile",
"lint": "lerna run lint",
"publish": "node scripts/publish.js",
"test": "lerna run test --concurrency 1",
"test:without-system-tests":
"lerna run test --ignore system-tests --concurrency 1",
"test:system-tests": "lerna run test --scope system-tests --concurrency 1",
"coverage:system-tests":
"lerna run coverage --scope system-tests --concurrency 1",
"vscode:package":
"lerna exec --scope @salesforce/salesforcedx-* -- npm prune --production && lerna run vscode:package --concurrency 1",
"vscode:sha256": "lerna run vscode:sha256 --concurrency 1",
"vscode:publish": "lerna run vscode:publish --concurrency 1",
"watch": "lerna run --parallel watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forcedotcom/salesforcedx-vscode.git"
},
"license": "BSD-3-Clause"
}