generated from zenobi-us/typescript-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@zenobius/ink-mouse",
"version": "1.0.3",
"type": "module",
"peerDependencies": {
"ink": "^5.0.1",
"react": "^18.2.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": "^18.0.32",
"@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": "^5.0.1",
"is-ci": "^3.0.1",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.7",
"prettier": "^3.2.2",
"react": "^18.2.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": "^6.0.0",
"vitest": "^1.6.0"
},
"main": "./dist/ink-mouse.cjs",
"types": "./dist/ink-mouse.d.cts",
"exports": {
".": {
"import": "./dist/ink-mouse.cjs",
"require": "./dist/ink-mouse.cjs",
"types": "./dist/ink-mouse.d.cts"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": {
"name": "Zeno Jiricek",
"email": "[email protected]"
},
"repository": {
"type": "github",
"url": "http://github.com/zenobi-us/ink-mouse"
}
}