File tree Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nestjs-expo-notifications" ,
3- "version" : " 0.1.8 " ,
4- "description" : " Expo notification module for nestjs " ,
3+ "version" : " 0.2.0 " ,
4+ "description" : " Injectable Expo Notifications client for Nestjs " ,
55 "author" : " Lukasz Lupa" ,
66 "private" : false ,
77 "repository" : {
88 "url" : " https://github.com/LukaszLupa/nestjs-expo-notifications" ,
99 "type" : " git"
1010 },
11+ "keywords" : [
12+ " nestjs" ,
13+ " expo" ,
14+ " notifications" ,
15+ " mobile" ,
16+ " app" ,
17+ " client" ,
18+ " sdk" ,
19+ " typescript" ,
20+ " nestjs-expo-notifications" ,
21+ " expo-server-sdk"
22+ ],
1123 "scripts" : {
1224 "prebuild" : " rimraf dist" ,
13- "build" : " tsc -p tsconfig.json" ,
14- "deploy" : " sh ./publish.sh"
25+ "build" : " tsc -p tsconfig.json"
1526 },
1627 "main" : " dist/index.js" ,
1728 "types" : " dist/index.d.ts" ,
1829 "files" : [
1930 " dist/**/*"
2031 ],
2132 "license" : " MIT" ,
22- "dependencies" : {
23- "expo-server-sdk" : " ^3.6.0"
24- },
2533 "devDependencies" : {
2634 "@nestjs/cli" : " ^7.5.1" ,
2735 "@nestjs/common" : " ^7.5.1" ,
4452 "ts-loader" : " ^8.0.8" ,
4553 "ts-node" : " ^9.0.0" ,
4654 "tsconfig-paths" : " ^3.9.0" ,
47- "typescript" : " ^4.0.5"
55+ "typescript" : " ^4.0.5" ,
56+ "expo-server-sdk" : " ^3.6.0"
57+ },
58+ "peerDependencies" : {
59+ "@nestjs/common" : " ^7.0.0" ,
60+ "@nestjs/core" : " ^7.0.0" ,
61+ "expo-server-sdk" : " ^3.0.0"
4862 }
4963}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments