File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-addons/in-memory-db" ,
3- "version" : " 0.0.1"
3+ "version" : " 3.0.0" ,
4+ "license" : " MIT" ,
5+ "description" : " Simple In-Memory DB Service for NestJS projects" ,
6+ "author" : " Wes Grimes" ,
7+ "repository" : " https://github.com/nestjs-addons/platform" ,
8+ "schematics" : " ./dist/packages/in-memory-db/schematics/collection.json" ,
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
12+ "peerDependencies" : {
13+ "@nestjs/common" : " ^6.7.0 || ^7.0.0" ,
14+ "@nestjs/core" : " ^6.7.0 || ^7.0.0" ,
15+ "reflect-metadata" : " ^0.1.12" ,
16+ "rxjs" : " ^6.0.0"
17+ },
18+ "keywords" : [
19+ " nestjs" ,
20+ " nest" ,
21+ " api" ,
22+ " in-memory db" ,
23+ " in-memory" ,
24+ " prototyping" ,
25+ " db" ,
26+ " crud" ,
27+ " rest" ,
28+ " typescript" ,
29+ " javascript"
30+ ]
431}
You can’t perform that action at this time.
0 commit comments