-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "jmap-jam",
"version": "0.7.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"sideEffects": false,
"files": ["dist", "src", "package.json", "LICENSE.txt", "README.md"],
"license": "MIT",
"description": "A JMAP client library for Node.js and the browser.",
"repository": {
"type": "git",
"url": "git+https://github.com/htunnicliff/jmap-jam.git"
},
"author": {
"name": "Hunter Tunnicliff",
"url": "https://github.com/htunnicliff"
},
"scripts": {
"preversion": "tsup",
"build": "tsup",
"dev": "vitest dev",
"test": "vitest run",
"check": "biome check --write ."
},
"dependencies": {
"type-fest": "4.26.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/node": "22.7.5",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "^2.1.2"
},
"packageManager": "[email protected]+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
}