-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 997 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
36
37
{
"name": "position-observer",
"version": "0.0.1",
"description": "To observe position changes of the element",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeetCode-OpenSource/position-observer.git"
},
"bugs": {
"url": "https://github.com/LeetCode-OpenSource/position-observer/issues"
},
"homepage": "https://github.com/LeetCode-OpenSource/position-observer#readme",
"keywords": [
"position",
"observe",
"observe position",
"element position"
],
"author": "LeetCode front-end team",
"license": "MIT",
"devDependencies": {
"@types/element-resize-detector": "^1.1.0",
"tslib": "^2.0.0",
"tslint": "^5.11.0",
"tslint-sonarts": "^1.8.0",
"typescript": "^3.7.3"
},
"dependencies": {
"element-resize-detector": "^1.1.14"
}
}