mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
17 lines
578 B
JSON
17 lines
578 B
JSON
{
|
|
"name": "@ocelot-social/maintenance",
|
|
"version": "2.3.0",
|
|
"description": "Maintenance page for ocelot.social",
|
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
|
"author": "ocelot.social Community",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "yarn run nuxt -c nuxt.config.maintenance.js",
|
|
"build": "yarn run nuxt build -c nuxt.config.maintenance.js",
|
|
"start": "yarn run nuxt start -c nuxt.config.maintenance.js",
|
|
"generate": "yarn run nuxt generate -c nuxt.config.maintenance.js"
|
|
}
|
|
}
|