UNPKG

mantiqh-query-converter

Version:

query string maker with object and array

41 lines (40 loc) 1.07 kB
{ "name": "mantiqh-query-converter", "version": "1.0.43", "description": "query string maker with object and array", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node --no-warnings --loader ts-node/esm src/index.ts", "develop": "node --no-warnings --loader ts-node/esm src/index.ts", "build": "tsc", "prepublishOnly": "tsc" }, "keywords": [ "mantiqh.com", "query string", "querystring", "query", "url" ], "devDependencies": { "@types/node": "^22.13.14", "@types/qs": "^6.14.0", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.5", "prettier": "^3.5.3", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "author": "zaki.mantiqh@gmail.com", "license": "ISC", "packageManager": "pnpm@10.6.5", "dependencies": { "qs": "^6.14.0" } }