12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.1",
|
|
"description": "the mnswpr.com web app",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"@ayo-run/mnswpr": "workspace:*",
|
|
"firebase": "^12.11.0"
|
|
},
|
|
"author": "Ayo Ayco"
|
|
}
|