js-rql
Version:
Javascript RQL lib to transform js/ts object to rql query string
52 lines (51 loc) • 1.06 kB
JSON
{
"type": "module",
"name": "js-rql",
"version": "1.0.7",
"description": "Javascript RQL lib to transform js/ts object to rql query string",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"rql",
"node-rql",
"js-rql",
"jsrql",
"javascriptRql",
"nodeRql",
"rql-formatter",
"rql-format",
"rqlFormat",
"rqlparse",
"rql-parse",
"parserql",
"parse-rql"
],
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "NODE_ENV=test jest --no-cache",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diyor28/js-rql"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/diyor28/js-rql/issues"
},
"homepage": "https://github.com/diyor28/js-rql#readme",
"dependencies": {
"ramda": "^0.27.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/ramda": "^0.28.7",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.5.4"
}
}