@crudmates/masq
Version:
Flexible field masking and relation selection for REST APIs and data filtering.
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "@crudmates/masq",
"version": "0.0.1",
"description": "Flexible field masking and relation selection for REST APIs and data filtering.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/creativogee/masq.git"
},
"homepage": "https://github.com/creativogee/masq#readme",
"author": "Gbenga Omowole <gbenga@creativogee.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"keywords": [
"field-masking",
"field-selection",
"data-filtering",
"api",
"rest",
"json",
"filtering",
"typescript",
"relations",
"joins",
"query-builder"
],
"devDependencies": {
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"ts-jest": "^29.0.0"
},
"publishConfig": {
"access": "public"
}
}