19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"name": "realm-electron-tests",
|
|
"private": true,
|
|
"description": "Test harness running the Realm JS tests in the Electron renderer process.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublish": "electron-rebuild -t dev",
|
|
"start": "electron ./app/main.js",
|
|
"test": "node ./runner.js"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^1.6.11",
|
|
"electron-rebuild": "^1.6.0",
|
|
"realm": "../..",
|
|
"realm-tests": "../shared",
|
|
"spectron": "^3.7.2"
|
|
}
|
|
}
|