warp-drive
Version:
WarpDrive is the data framework for ambitious web applications
68 lines • 1.64 kB
JSON
{
"name": "warp-drive",
"version": "0.1.5",
"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>",
"bin": {
"warp-drive": "./dist/warp-drive.js",
"warpdrive": "./dist/warp-drive.js",
"wd": "./dist/warp-drive.js"
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE.md",
"logos"
],
"type": "module",
"peerDependencies": {},
"dependencies": {
"@embroider/macros": "^1.18.1",
"@manypkg/get-packages": "^3.1.0",
"@warp-drive/core": "5.8.2",
"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": "5.8.2",
"@types/node": "^24.3.0",
"@types/debug": "^4.1.12",
"typescript": "^5.9.2",
"vite": "^7.1.3"
},
"volta": {
"extends": "../../package.json"
},
"scripts": {
"build:pkg": "vite build;",
"sync": "echo \"syncing\"",
"_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content",
"start": "vite"
}
}