-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.46 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
{
"name": "@developerehsan/api-client",
"version": "0.0.0",
"private": false,
"description": "Typed, modular, universal API client factory for TypeScript applications",
"license": "MIT",
"author": "EHSAN <ehsanshahid787@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/developerEhsan/api-client.git"
},
"homepage": "https://github.com/developerEhsan/api-client#readme",
"bugs": {
"url": "https://github.com/developerEhsan/api-client/issues"
},
"packageManager": "pnpm@11.15.1+sha512.81350b07e53c9538a02f1f2303b4290fa2d7be04e56e2a970c4cc4b417dc761de196edabd49d55c7dc9580db81007c44143e4e3d7e462b3000d23c255122d065",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"lint": "biome check .",
"format": "biome check --write .",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "pnpm build && changeset publish",
"prepublishOnly": "pnpm build"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.1",
"@types/node": "^26.1.1",
"tsup": "^8.3.0",
"typescript": "^5.6.0",
"vitest": "^2.1.0"
},
"main": "index.js",
"directories": {
"example": "examples"
},
"keywords": ["api-manager"]
}