generated from cprecioso/template-browser-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "@cprecioso/react-suspense",
"version": "3.1.0",
"description": "@cprecioso/react-suspense description",
"repository": {
"type": "git",
"url": "git+https://github.com/cprecioso/react-suspense.git"
},
"homepage": "https://github.com/cprecioso/react-suspense#readme",
"bugs": {
"url": "https://github.com/cprecioso/react-suspense/issues"
},
"author": "Carlos Precioso",
"license": "MIT",
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"./dist"
],
"scripts": {
"build": "tsup",
"build-docs": "typedoc",
"prepack": "$npm_execpath run build"
},
"peerDependencies": {
"react": "^18"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cprecioso/tsconfig": "^2.0.1",
"@types/react": "^18.3.3",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-pkg": "0.18.1",
"prettier-plugin-sh": "0.14.0",
"tsup": "^8.2.3",
"typedoc": "^0.26.5",
"typescript": "~5.5.4"
},
"sideEffects": false
}