UNPKG

@volare.finance/schemas.js

Version:
48 lines (47 loc) 1.05 kB
{ "name": "@volare.finance/schemas.js", "version": "1.3.0", "description": "The Schemas", "keywords": [ "Volare", "Schema" ], "author": "volare", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "clean": "rm -rf lib" }, "dependencies": { "@nestjs/common": "^10.2.0", "@nestjs/core": "^10.2.0", "@nestjs/mongoose": "^10.0.0", "@nestjs/swagger": "^7.1.10", "@volare.finance/utils.js": "^1.4.10", "mongoose": "^8.0.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1" }, "devDependencies": { "@types/node": "^20.3.1", "typescript": "^5.1.3" }, "homepage": "https://github.com/VolareDeFi/schemas.js#readme", "repository": { "type": "git", "url": "git+https://github.com/VolareDeFi/schemas.js.git" }, "bugs": { "url": "https://github.com/VolareDeFi/schemas.js/issues" }, "directories": { "lib": "lib" }, "files": [ "README.md", "package.json", "lib/**/*" ] }