2021-11-09 19:46:08 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hoppscotch/codemirror-lang-graphql",
|
2022-06-09 19:54:41 +00:00
|
|
|
"version": "0.2.0",
|
2021-11-09 19:46:08 +00:00
|
|
|
"description": "GraphQL language support for CodeMirror",
|
2021-11-21 14:17:06 +00:00
|
|
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
2022-01-24 00:14:10 +00:00
|
|
|
"license": "MIT",
|
2021-11-09 19:46:08 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"prepare": "rollup -c"
|
|
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "dist/index.cjs",
|
|
|
|
|
"module": "dist/index.js",
|
|
|
|
|
"exports": {
|
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"require": "./dist/index.cjs"
|
|
|
|
|
},
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"dependencies": {
|
2022-09-29 05:25:21 +00:00
|
|
|
"@codemirror/language": "^6.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.2.0"
|
2021-11-09 19:46:08 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-09-29 05:25:21 +00:00
|
|
|
"@lezer/generator": "^1.1.0",
|
2022-03-14 06:08:24 +00:00
|
|
|
"mocha": "^9.2.2",
|
2022-04-17 17:11:00 +00:00
|
|
|
"rollup": "^2.70.2",
|
2022-04-11 09:46:07 +00:00
|
|
|
"rollup-plugin-dts": "^4.2.1",
|
2022-04-17 17:11:00 +00:00
|
|
|
"rollup-plugin-ts": "^2.0.7",
|
2022-04-04 05:24:15 +00:00
|
|
|
"typescript": "^4.6.3"
|
2022-01-24 00:14:10 +00:00
|
|
|
}
|
2021-11-09 19:46:08 +00:00
|
|
|
}
|