This repository was archived by the owner on May 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.71 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@zenobius/ink-mouse",
"version": "1.0.5",
"type": "module",
"peerDependencies": {
"ink": "^6.0.1",
"react": "^19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@react-hookz/web": "^24.0.4",
"@swc/core": "^1.6.1",
"@types/is-ci": "^3",
"@types/node": "18.16.9",
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "~8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"inject-markdown": "^3.0.0",
"ink": "^6.0.1",
"is-ci": "^3.0.1",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.7",
"prettier": "^3.2.2",
"react": "^19.0.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"tsup": "^8.1.0",
"tsx": "^4.15.6",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^7.0.7",
"vitest": "^1.6.1"
},
"main": "./dist/ink-mouse.cjs",
"types": "./dist/ink-mouse.d.cts",
"exports": {
".": {
"types": "./dist/ink-mouse.d.cts",
"import": "./dist/ink-mouse.cjs",
"require": "./dist/ink-mouse.cjs"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": {
"name": "Zeno Jiricek",
"email": "airtonix@users.noreply.github.com"
},
"repository": {
"type": "github",
"url": "http://github.com/zenobi-us/ink-mouse"
},
"packageManager": "yarn@4.11.0"
}