-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@jynxio/query",
"version": "0.1.0",
"description": "Fetch API–compatible HTTP client. Batteries included",
"keywords": [
"fetch",
"http-client",
"request"
],
"homepage": "https://github.com/jynxio/query",
"bugs": {
"url": "https://github.com/jynxio/query/issues"
},
"license": "MIT",
"author": "Jynxio <me@jynxio.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/jynxio/query.git"
},
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "vp pack",
"dev": "vp pack --watch",
"test": "vp test",
"check": "vp check",
"check:ts": "vp check --no-fmt --no-lint",
"changeset": "changeset",
"prepack": "vp run build"
},
"dependencies": {
"@standard-schema/spec": "^1.1.0",
"@standard-schema/utils": "^0.3.0",
"core-js-pure": "3.49.0"
},
"devDependencies": {
"@arethetypeswrong/core": "0.18.5",
"@babel/core": "^8.0.1",
"@babel/preset-env": "^8.0.2",
"@changesets/cli": "^2.31.1",
"@rolldown/plugin-babel": "0.2.3",
"@types/node": "^25.6.2",
"babel-plugin-polyfill-corejs3": "^1.0.0",
"publint": "0.3.22",
"typescript": "^7.0.2",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.6",
"vite-plus": "0.2.6"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@11.10.0"
}