-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 961 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 961 Bytes
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
{
"name": "root",
"private": true,
"type": "module",
"license": "MIT",
"author": {
"name": "hophiphip",
"email": "hophiphip.dev@gmail.com"
},
"packageManager": "pnpm@8.2.0",
"description": "Input component with text-highlight support",
"repository": {
"type": "git",
"url": "https://github.com/hophiphip/rich-input"
},
"bugs": {
"url": "https://github.com/hophiphip/rich-input/issues"
},
"homepage": "https://github.com/hophiphip/rich-input",
"keywords": [
"React"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "pnpm biome format packages/* --write",
"core": "pnpm --filter @hophiphip/rich-input-core",
"react": "pnpm --filter @hophiphip/rich-input-react",
"use-react": "pnpm --filter @hophiphip/use-rich-input-react"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4"
}
}