UNPKG

@xpresser/abolish

Version:
38 lines (37 loc) 899 B
{ "name": "@xpresser/abolish", "version": "2.3.3", "description": "Using Abolish validator in Xpresserjs", "main": "index.js", "types": "index.d.ts", "scripts": { "prepublishOnly": "npx tsc", "watch": "npx tsc --watch", "test-server": "cd tests && npx ts-node-dev --respawn --transpile-only xpresser.ts", "bun:test-server": "cd tests && bun --watch xpresser.ts" }, "repository": { "type": "git", "url": "https://github.com/xpresserjs/abolish-validator" }, "author": "xpresserjs", "license": "MIT", "dependencies": { "@xpresser/plugin-tools": "^1.2.6" }, "devDependencies": { "abolish": "^6.8.3", "prettier": "^3.5.3", "ts-node-dev": "^2.0.0", "typescript": "^5.8.2", "xpresser": "^0.32.8" }, "peerDependencies": { "abolish": "^6.0.0" }, "keywords": [ "xpresser", "xpresser-plugin", "abolish" ] }