nextpay-querystring
Version:
Thư viện QueryString của NextPay - Chuyển đổi QueryString thành điều kiện select cho MongoDB và MySQL với kiểm soát bảo mật
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "nextpay-querystring",
"version": "1.0.4",
"description": "Thư viện QueryString của NextPay - Chuyển đổi QueryString thành điều kiện select cho MongoDB và MySQL với kiểm soát bảo mật",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
"keywords": [
"querystring",
"mongodb",
"mysql",
"query-builder",
"sql-injection-prevention",
"typescript",
"nextpay"
],
"author": "MVT Code",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mvtcode/nextpay-querystring.git"
},
"bugs": {
"url": "https://github.com/mvtcode/nextpay-querystring/issues"
},
"homepage": "https://github.com/mvtcode/nextpay-querystring#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}