UNPKG

@dataplan/json

Version:
47 lines 1 kB
{ "name": "@dataplan/json", "version": "1.0.0-rc.1", "description": "JSON step classes for Grafast", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepack": "tsc -b" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/crystal.git" }, "keywords": [ "graphile", "graphql", "grafast", "json", "dataplan", "graphite" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/crystal/issues" }, "homepage": "https://github.com/graphile/crystal/tree/main/grafast/dataplan-json", "dependencies": { "chalk": "^4.1.2", "tslib": "^2.8.1" }, "engines": { "node": ">=14.17" }, "peerDependencies": { "grafast": "^1.0.0-rc.1" }, "files": [ "dist" ], "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.0.4", "jest-serializer-simple": "^5.0.0-rc.1", "typescript": "^5.8.3" } }