mirror of
https://github.com/danbulant/lang-surrealql
synced 2026-05-19 04:18:34 +00:00
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"name": "lang-surrealql",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare": "lezer-generator src/surrealql.grammar -o src/surrealql.grammar.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@lezer/generator": "^1.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@lezer/lr": "^1.4.0"
|
|
}
|
|
}
|