-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
38
{
"name": "cursor-nearby-elements",
"version": "3.2.2",
"description": "Find DOM elements near to cursor",
"homepage": "https://github.com/jashgopani/cursor-nearby-elements#readme",
"repository": {
"type": "git",
"url": "https://github.com/jashgopani/cursor-nearby-elements.git"
},
"main": "./dist/index.js",
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cursor",
"nearby",
"elements",
"dom",
"npm",
"react",
"js"
],
"author": "jashgopani",
"license": "MIT"
}