Initial Save
This commit is contained in:
33
node_modules/@apollographql/graphql-playground-html/package.json
generated
vendored
Normal file
33
node_modules/@apollographql/graphql-playground-html/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "@apollographql/graphql-playground-html",
|
||||
"version": "1.6.27",
|
||||
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "12.12.34",
|
||||
"rimraf": "3.0.2",
|
||||
"typescript": "3.9.5"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"xss": "^1.0.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user