30 lines
706 B
JSON
30 lines
706 B
JSON
{
|
|
"name": "code-oss-dev-smoke-test",
|
|
"version": "0.1.0",
|
|
"main": "./src/main.js",
|
|
"scripts": {
|
|
"postinstall": "tsc",
|
|
"watch": "tsc --watch",
|
|
"mocha": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"@types/electron": "~1.4.37",
|
|
"@types/htmlparser2": "^3.7.29",
|
|
"@types/mkdirp": "^0.5.1",
|
|
"@types/mocha": "^2.2.41",
|
|
"@types/ncp": "^2.0.1",
|
|
"@types/node": "^8.0.26",
|
|
"@types/rimraf": "^0.0.28",
|
|
"@types/webdriverio": "^4.6.1",
|
|
"htmlparser2": "^3.9.2",
|
|
"mocha": "^3.2.0",
|
|
"ncp": "^2.0.0",
|
|
"portastic": "^1.0.1",
|
|
"rimraf": "^2.6.1",
|
|
"spectron": "~3.6.4",
|
|
"strip-json-comments": "^2.0.1",
|
|
"tmp": "0.0.33",
|
|
"typescript": "^2.2.2"
|
|
}
|
|
}
|