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": {
|
2023-11-07 10:27:19 +00:00
|
|
|
"@codemirror/language": "6.9.0",
|
2023-11-03 18:00:46 +00:00
|
|
|
"@lezer/highlight": "1.1.4",
|
2023-10-19 08:07:07 +00:00
|
|
|
"@lezer/lr": "^1.3.13"
|
2021-11-09 19:46:08 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-10-19 08:07:07 +00:00
|
|
|
"@lezer/generator": "^1.5.1",
|
2022-03-14 06:08:24 +00:00
|
|
|
"mocha": "^9.2.2",
|
2023-09-28 16:34:02 +00:00
|
|
|
"rollup": "^3.29.3",
|
|
|
|
|
"rollup-plugin-dts": "^6.0.2",
|
|
|
|
|
"rollup-plugin-ts": "^3.4.5",
|
|
|
|
|
"typescript": "^5.2.2"
|
2022-01-24 00:14:10 +00:00
|
|
|
}
|
2021-11-09 19:46:08 +00:00
|
|
|
}
|