Files
search-ast-parser-js/package.json
2022-08-16 02:16:48 +03:00

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"
}
}