2016-10-04 22:02:51 +00:00
|
|
|
{
|
|
|
|
"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",
|
2016-11-08 16:59:30 +00:00
|
|
|
"jasmine-reporters": "^2.2.0",
|
|
|
|
"needle": "^1.3.0",
|
|
|
|
"terminate": "^1.0.8",
|
|
|
|
"tmp": "^0.0.30",
|
2017-09-13 09:59:13 +00:00
|
|
|
"url-parse": "^1.1.7",
|
|
|
|
"typescript": "^2.5.2"
|
2016-10-04 22:02:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-13 09:59:13 +00:00
|
|
|
"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"
|
2016-10-04 22:02:51 +00:00
|
|
|
}
|
|
|
|
}
|