-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 847 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
36
37
{
"name": "invp-ts",
"version": "1.0.1",
"description": "Check if elements come in viewport using rxjs. Inspired by in-view.js",
"main": "invp.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sloth-Wizard/invp-ts.git"
},
"keywords": [
"rxjs",
"typescript",
"in-viewport"
],
"author": "Sloth-Wizard",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sloth-Wizard/invp-ts/issues"
},
"homepage": "https://github.com/Sloth-Wizard/invp-ts#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"html-loader-jest": "^0.2.1",
"jest": "^30.3.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "^6.0.3"
},
"dependencies": {
"rxjs": "^7.5.5"
}
}