UNPKG

tonightpass

Version:

@tonightpass sdk and tools.

52 lines 1.19 kB
{ "name": "tonightpass", "version": "0.0.180", "description": "@tonightpass sdk and tools.", "repository": { "type": "git", "url": "https://github.com/tonightpass/tonightpass.git", "directory": "packages/node" }, "bugs": "https://github.com/tonightpass/tonightpass/issues", "homepage": "https://tonightpass.com", "license": "MIT", "keywords": [ "tonightpass", "api", "sdk", "typescript", "javascript", "rest", "client" ], "files": [ "dist", "README.md" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "dependencies": { "@mikro-orm/core": "^6.2.9", "@nestjs/terminus": "^11.0.0", "@types/ws": "^8.18.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "pathcat": "^1.2.2", "redaxios": "^0.5.1", "reflect-metadata": "^0.2.1", "stripe": "^18.0.0", "ws": "^8.18.3" }, "devDependencies": { "@anatine/esbuild-decorators": "^0.2.19", "@types/node": "22.17.0", "tsx": "^4.7.1", "typescript": "^5.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "tsx tests/index.ts" } }