UNPKG

@xpresser/events-server

Version:

Xpresser's Official Events Server Plugin.

37 lines (36 loc) 979 B
{ "name": "@xpresser/events-server", "version": "0.2.0", "description": "Xpresser's Official Events Server Plugin.", "main": "js/index.js", "types": "js/index.d.ts", "repository": "https://github.com/xpresserjs/events-server", "author": "xpresserjs", "license": "MIT", "scripts": { "ts:build": "npx tsc -p tsconfig.json", "ts:watch": "npx tsc --watch -p tsconfig.json", "prepublishOnly": "npm run ts:build", "test:server": "cd test && npx ts-node-dev --respawn app.ts", "test:eventServer": "cd test && npx ts-node-dev --respawn event-server.ts" }, "private": false, "devDependencies": { "@types/node": "^18.11.5", "prettier": "^2.7.1", "ts-node-dev": "^2.0.0", "typescript": "^4.8.4", "xpresser": "^0.30.1" }, "dependencies": { "abolish": "^6.3.0", "cookie-parser": "^1.4.6", "nanoid": "^3.3.4", "object-collection": "^3.0.1" }, "keywords": [ "xpresser", "ngrok", "plugin" ] }