realm-js/tests/package.json

22 lines
562 B
JSON
Raw Normal View History

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",
"url-parse": "^1.1.7",
"typescript": "^2.5.2"
2016-10-04 22:02:51 +00:00
},
"scripts": {
"check-typescript" : "tsc --noEmit --alwaysStrict ./../lib/index.d.ts",
"js-tests" : "jasmine spec/unit_tests.js",
"test": "npm run check-typescript && npm run js-tests"
2016-10-04 22:02:51 +00:00
}
}