-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "@ngockhoi96/ctc-monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.29.3",
"description": "Monorepo for @ngockhoi96/ctc — zero-dependency clipboard utilities with React, Vue, and Svelte adapters",
"homepage": "https://github.com/anIcedAntFA/ctc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/anIcedAntFA/ctc.git"
},
"keywords": [
"clipboard",
"react",
"vue",
"svelte",
"typescript",
"tree-shakeable",
"browser",
"ssr-safe",
"monorepo"
],
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "turbo run dev --filter=./playground/*",
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "pnpm --filter=./packages/core exec biome format --write",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"validate": "turbo run validate",
"size": "turbo run size",
"bench": "turbo run bench",
"changeset": "changeset",
"setup": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.30.0",
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"lefthook": "2.1.5",
"turbo": "2.9.6"
}
}