-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.69 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.69 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
70
{
"name": "warp-drive",
"version": "0.2.0-alpha.59",
"description": "WarpDrive is the data framework for ambitious web applications",
"keywords": [
"typescript",
"schema",
"parser",
"GraphQL",
"tRPC",
"MSW",
"EmberData",
"WarpDrive",
"Tanstack",
"react-query",
"apollo",
"local-first"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
"directory": "packages/-warp-drive"
},
"license": "MIT",
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
"scripts": {
"build:pkg": "vite build",
"prepack": "pnpm run build:pkg",
"sync": "echo \"syncing\"",
"_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content",
"start": "vite"
},
"bin": {
"warp-drive": "./dist/warp-drive.js",
"warpdrive": "./dist/warp-drive.js",
"wd": "./dist/warp-drive.js"
},
"files": [
"unstable-preview-types",
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE.md",
"logos"
],
"type": "module",
"peerDependencies": {},
"dependencies": {
"@embroider/macros": "^1.19.6",
"@manypkg/get-packages": "^3.1.0",
"@warp-drive/core": "workspace:*",
"semver": "^7.7.2",
"debug": "^4.4.1",
"chalk": "^5.3.0",
"comment-json": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/plugin-transform-typescript": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@warp-drive/internal-config": "workspace:*",
"@types/node": "^24.3.0",
"@types/debug": "^4.1.12",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"volta": {
"extends": "../../package.json"
}
}