-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathpackage.json
73 lines (73 loc) · 1.72 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
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
71
72
73
{
"name": "warp-drive",
"version": "0.1.0-alpha.71",
"private": false,
"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:emberjs/data.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.16.11",
"@manypkg/get-packages": "^2.2.2",
"@warp-drive/build-config": "workspace:*",
"semver": "^7.7.1",
"debug": "^4.4.0",
"chalk": "^5.3.0",
"comment-json": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/preset-typescript": "^7.26.0",
"@warp-drive/internal-config": "workspace:*",
"typescript": "^5.8.2",
"vite": "^6.2.2"
},
"engines": {
"node": ">= 18.20.7"
},
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@10.5.2"
}