@tonightpass/nest
Version:
@tonightpass nest sdk.
46 lines • 967 B
JSON
{
"name": "@tonightpass/nest",
"version": "0.0.248",
"description": "@tonightpass nest sdk.",
"repository": {
"type": "git",
"url": "https://github.com/tonightpass/tonightpass.git",
"directory": "packages/nest"
},
"bugs": "https://github.com/tonightpass/tonightpass/issues",
"homepage": "https://tonightpass.com",
"license": "MIT",
"keywords": [
"tonightpass",
"nestjs",
"typescript",
"backend",
"server",
"api",
"sdk"
],
"files": [
"dist",
"README.md"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"dependencies": {
"pathcat": "^1.2.2",
"redaxios": "^0.5.1",
"tonightpass": "^0.0.263"
},
"peerDependencies": {
"@nestjs/common": ">=8.x.x"
},
"devDependencies": {
"@nestjs/common": "11.1.11",
"@types/node": "22.18.6",
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
}
}