UNPKG

@chillicream/nitro-embedded

Version:
47 lines (46 loc) 967 B
{ "name": "@chillicream/nitro-embedded", "version": "27.0.7", "description": "Nitro GraphQL IDE", "homepage": "https://chillicream.com", "repository": "github:ChilliCream/graphql-platform", "keywords": [ "banana", "bananacakepop", "bcp", "client", "graphql", "editor", "ide" ], "author": { "name": "ChilliCream", "url": "https://chillicream.com", "email": "info@chillicream.com" }, "license": "SEE LICENSE FILE", "engines": { "node": ">=12" }, "type": "module", "types": "index.d.mts", "module": "index.mjs", "main": "index.cjs", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.mjs" }, "require": { "types": "./index.d.cts", "default": "./index.cjs" }, "default": { "types": "./index.d.mts", "default": "./index.mjs" } }, "./package.json": "./package.json" } }