22 lines
624 B
JSON
22 lines
624 B
JSON
{
|
|
"name": "realm-tests-jasmine",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"es6-promise": "^3.2.1",
|
|
"jasmine": "^2.5.1",
|
|
"jasmine-console-reporter": "^1.2.7",
|
|
"jasmine-reporters": "^2.2.0",
|
|
"needle": "^1.3.0",
|
|
"terminate": "^1.0.8",
|
|
"tmp": "^0.0.30",
|
|
"url-parse": "^1.1.7",
|
|
"typescript": "^2.5.2"
|
|
},
|
|
"scripts": {
|
|
"check-typescript" : "tsc --noEmit --alwaysStrict ./../lib/index.d.ts",
|
|
"test": "npm run check-typescript && jasmine spec/unit_tests.js",
|
|
"test-sync-integration": "npm run check-typescript && jasmine spec/sync_integration_tests.js"
|
|
}
|
|
}
|