File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ __tests__
99/android /src /test /
1010/android /build /
1111/example /
12+
13+ .eslintrc.js
14+ tsconfig.json
Original file line number Diff line number Diff line change 11{
22 "name" : " @bam.tech/react-native-app-security" ,
3- "version" : " 0.1.0 " ,
4- "description" : " Helpers to easily secure a React Native app " ,
3+ "version" : " 0.0.1 " ,
4+ "description" : " Easily implement usual security measures in React Native Expo apps " ,
55 "main" : " build/index.js" ,
66 "types" : " build/index.d.ts" ,
77 "scripts" : {
1313 "prepublishOnly" : " expo-module prepublishOnly" ,
1414 "expo-module" : " expo-module" ,
1515 "open:ios" : " open -a \" Xcode\" example/ios" ,
16- "open:android" : " open -a \" Android Studio\" example/android"
16+ "open:android" : " open -a \" Android Studio\" example/android" ,
17+ "release" : " np --no-tests"
1718 },
1819 "keywords" : [
1920 " react-native" ,
2829 "author" : " Matthieu Gicquel <matthieug@bam.tech> (https://github.com/bamlab)" ,
2930 "license" : " MIT" ,
3031 "homepage" : " https://github.com/bamlab/react-native-app-security#readme" ,
32+ "publishConfig" : {
33+ "access" : " public" ,
34+ "registry" : " https://registry.npmjs.org/"
35+ },
3136 "dependencies" : {},
3237 "devDependencies" : {
3338 "@types/react" : " ^18.0.25" ,
3439 "expo-module-scripts" : " ^3.0.11" ,
35- "expo-modules-core" : " ^1.5.11"
40+ "expo-modules-core" : " ^1.5.11" ,
41+ "np" : " ^9.0.0"
3642 },
3743 "peerDependencies" : {
3844 "expo" : " *" ,
You can’t perform that action at this time.
0 commit comments