mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-12 23:35:52 +00:00
17 lines
775 B
JSON
17 lines
775 B
JSON
{
|
|
"name": "@ocelot-social/maintenance",
|
|
"version": "3.11.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": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn run nuxt -c nuxt.config.maintenance.js",
|
|
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn run nuxt build -c nuxt.config.maintenance.js",
|
|
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn run nuxt start -c nuxt.config.maintenance.js",
|
|
"generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn run nuxt generate -c nuxt.config.maintenance.js"
|
|
}
|
|
}
|