warp-drive
Version:
WarpDrive is the data framework for ambitious web applications
70 lines • 1.67 kB
JSON
{
"name": "warp-drive",
"version": "0.1.1-alpha.99",
"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>",
"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.16.12",
"@manypkg/get-packages": "^2.2.2",
"@warp-drive/build-config": "5.5.0-alpha.25",
"semver": "^7.7.1",
"debug": "^4.4.0",
"chalk": "^5.3.0",
"comment-json": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-typescript": "^7.27.0",
"@babel/preset-typescript": "^7.27.0",
"@warp-drive/internal-config": "5.5.0-alpha.25",
"typescript": "^5.8.3",
"vite": "^5.4.15"
},
"engines": {
"node": ">= 18.20.8"
},
"volta": {
"extends": "../../package.json"
},
"scripts": {
"build:pkg": "vite build;",
"sync": "echo \"syncing\"",
"_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content",
"start": "vite"
}
}