-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 862 Bytes
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": "rxjs-execute-before-operator",
"version": "1.0.2",
"description": "rxjs execute before operator",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asv2001/rxjs-execute-before-operator.git"
},
"keywords": [
"rxjs",
"loading"
],
"author": "Anton Sinelnyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/asv2001/rxjs-execute-before-operator/issues"
},
"homepage": "https://github.com/asv2001/rxjs-execute-before-operator#readme",
"peerDependencies": {
"rxjs": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.5",
"babel-jest": "^26.1.0",
"jest": "^26.1.0",
"typescript": "^3.9.7"
}
}