mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 03:38:16 +00:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"name": "ReactNativeFastImageExampleServer",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon ./index"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"morgan": "^1.9.1",
|
|
"nodemon": "^2.0.2"
|
|
}
|
|
}
|