vscode/test/smoke/package.json

23 lines
509 B
JSON
Raw Normal View History

2017-05-22 11:56:23 +00:00
{
"name": "code-oss-dev-smoke-test",
"version": "0.1.0",
2017-05-24 14:36:35 +00:00
"main": "./src/main.js",
2017-05-22 11:56:23 +00:00
"scripts": {
2017-05-24 14:36:35 +00:00
"pretest": "tsc",
"test": "node src/main.js"
2017-05-22 11:56:23 +00:00
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^6.0.70",
"@types/webdriverio": "^4.6.1",
"@types/electron": "^1.4.37",
"@types/rimraf": "^0.0.28",
"mocha": "^3.2.0",
"spectron": "^3.6.4",
"typescript": "^2.2.2",
2017-05-24 14:36:35 +00:00
"rimraf": "^2.6.1",
"commander": "^2.9.0",
"simple-git": "^1.73.0"
2017-05-22 11:56:23 +00:00
}
}