20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "code",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"core-js": "^3.6.4",
|
|
"gun": "^0.2020.301",
|
|
"gun-db": "^1.0.571",
|
|
"react": "^16.9.0",
|
|
"react-native": "^0.61.5"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|