-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "testhelper",
"version": "1.0.0",
"description": "Helper for testing observables",
"main": "testhelper.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VicJer/testhelper.git"
},
"author": "Vic",
"license": "ISC",
"bugs": {
"url": "https://github.com/VicJer/testhelper/issues"
},
"homepage": "https://github.com/VicJer/testhelper#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@types/jest": "^24.0.18",
"@types/mocha": "^5.2.7",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"rxjs": "^6.5.3",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"redux-observable": "^1.2.0"
}
}