@tumainimosha/nestjs-url-generator
Version:
NestJs library for generating & signing url
60 lines • 1.83 kB
JSON
{
"name": "@tumainimosha/nestjs-url-generator",
"version": "1.0.8",
"description": "NestJs library for generating & signing url",
"keywords": [
"nestjs",
"nest",
"generate-url",
"signed-url",
"sign-url"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
"postbuild": "cd sample && npm install $(npm pack ../ | tail -1)",
"update": "npx npm-check-updates -u && cd sample && npx npm-check-updates -u",
"format": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{lib,apps,libs,test}/**/*.ts\" --fix",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tumainimosha/nestjs-url-generator.git"
},
"author": "Tumaini Mosha, Vong Panha Huot, et. al",
"license": "MIT",
"bugs": {
"url": "https://github.com/tumainimosha/nestjs-url-generator/issues"
},
"homepage": "https://github.com/tumainimosha/nestjs-url-generator#readme",
"devDependencies": {
"@nestjs/common": "^9.2.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.2.0 || ^10.0.0 || ^11.0.0",
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/qs": "^6.9.7",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.8.0",
"reflect-metadata": "^0.1.13 || ^0.2.1",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"typescript": "^4.9.3"
},
"peerDependencies": {
"@nestjs/common": "^9.2.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.2.0 || ^10.0.0 || ^11.0.0",
"reflect-metadata": "^0.1.13 || ^0.2.1"
},
"dependencies": {
"qs": "^6.11.0"
}
}