UNPKG

@nestjsx/util

Version:

NestJs CRUD for RESTful APIs - util

41 lines (40 loc) 765 B
{ "name": "@nestjsx/util", "description": "NestJs CRUD for RESTful APIs - util", "version": "5.0.0-alpha.3", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/nestjsx/crud.git" }, "bugs": { "url": "https://github.com/nestjsx/crud/issues" }, "keywords": [ "typescript", "typeorm", "nest", "nestjs", "rest", "restful", "api", "crud", "crud-generator" ], "author": { "name": "Michael Yali", "email": "mihon4ik@gmail.com" }, "scripts": { "build": "npx tsc -b" }, "gitHead": "bbea082a3f0fc7c1be42a79164f41b8449ad2251" }