mirror of
https://github.com/chenasraf/search-ast-parser-js.git
synced 2026-05-17 17:48:09 +00:00
22 lines
528 B
JSON
22 lines
528 B
JSON
{
|
|
"name": "search-query-parser",
|
|
"version": "0.1.0",
|
|
"description": "Parses search query syntax into AST tree",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/chenasraf/search-query-parser-js",
|
|
"author": "Chen Asraf <contact@casraf.dev>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@types/jest": "^28.1.6",
|
|
"@types/node": "^18.7.3",
|
|
"jest": "^28.1.3",
|
|
"ts-jest": "^28.0.7",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|