Files
klz-cables.com/.pnpm-store/v10/files/22/c545752a11cdeadd72c078d267af21d9c93e14b55850a0dc5f51e60f9cb2a4c356969d742964ddb46db7fe44b04289816fcff840e07140ded6daa9480a823e
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

41 lines
1.0 KiB
Plaintext

{
"name": "graphql-playground-html",
"version": "1.6.30",
"homepage": "https://github.com/graphcool/graphql-playground/tree/main/packages/graphql-playground-html",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
"Tim Suchanek <tim@graph.cool>",
"Johannes Schickling <johannes@graph.cool>",
"Mohammad Rajabifard <mo.rajbi@gmail.com>"
],
"repository": "http://github.com/graphcool/graphql-playground.git",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"keywords": [
"graphql",
"graphiql",
"playground",
"graphcool"
],
"devDependencies": {
"@types/node": "12.12.34",
"rimraf": "3.0.2",
"typescript": "3.8.3"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"dependencies": {
"xss": "^1.0.6"
},
"gitHead": "220a7c19030fe15fc309082c3163b109a72a1551"
}