-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
{
"name": "react-diy-cursor",
"version": "1.0.0",
"description": "react-diy-cursor is a customizable React library that allows you to create and apply unique cursor designs for your web applications.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exclude": [
"node_modules"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psychlone77/react-diy-cursor.git"
},
"keywords": [
"react",
"cursor",
"mouse",
"pointer",
"custom",
"diy",
"typescript"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/psychlone77/react-diy-cursor/issues"
},
"homepage": "https://github.com/psychlone77/react-diy-cursor#readme",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"typescript": "^5.5.3"
}
}