mirror of
https://github.com/status-im/react-native-transparent-video.git
synced 2025-01-24 13:39:59 +00:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
|
const path = require('path');
|
||
|
const pak = require('../package.json');
|
||
|
|
||
|
module.exports = {
|
||
|
dependencies: {
|
||
|
[pak.name]: {
|
||
|
root: path.join(__dirname, '..'),
|
||
|
},
|
||
|
},
|
||
|
};
|