-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 965 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 965 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
34
35
{
"name": "clippie",
"version": "4.1.14",
"description": "Teeny-tiny browser clipboard copy",
"author": "silverwind",
"repository": "silverwind/clippie",
"license": "BSD-2-Clause",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@playwright/test": "1.59.1",
"@types/node": "25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260420.1",
"eslint": "10.2.1",
"eslint-config-silverwind": "131.0.5",
"happy-dom": "20.9.0",
"jest-extended": "7.0.0",
"tsdown": "0.21.9",
"tsdown-config-silverwind": "2.1.0",
"typescript": "6.0.3",
"typescript-config-silverwind": "18.0.0",
"updates": "17.15.5",
"updates-config-silverwind": "2.1.0",
"versions": "15.0.0",
"vitest": "4.1.4",
"vitest-config-silverwind": "11.3.0"
},
"packageManager": "pnpm@10.33.0"
}