generated from domin-mnd/package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "@danbot-hosting/ui",
"version": "0.0.1",
"description": "This repository is a template for library.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"lint": "biome lint . && biome format . && prettier --check .",
"format": "biome format --write . && prettier --write .",
"build": "turbo run build:full",
"build:full": "tsup src/index.ts --format=esm,cjs --dts --minify",
"build:fast": "tsup src/index.ts --format=esm,cjs --no-dts --minify",
"dev": "pnpm build-fast --watch",
"prepack": "pnpm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanBot-Hosting/ui.git"
},
"keywords": [],
"author": "domin-mnd",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanBot-Hosting/ui/issues"
},
"engines": {
"node": ">=12.20.0"
},
"homepage": "https://github.com/DanBot-Hosting/ui#readme",
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@domin-mnd/config": "^0.0.3",
"@types/node": "^20.11.20",
"@types/react": "^18.2.66",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"turbo": "^1.12.5",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18.2.0"
}
}