mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Refine some package.json
This commit is contained in:
parent
d3737b2acf
commit
d8a2d56aa8
@ -2,6 +2,10 @@
|
|||||||
"name": "ocelot-social-backend",
|
"name": "ocelot-social-backend",
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"description": "GraphQL Backend for ocelot.social",
|
"description": "GraphQL Backend for ocelot.social",
|
||||||
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||||
|
"author": "ocelot.social Community",
|
||||||
|
"license": "MIT",
|
||||||
|
"private": false,
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"__migrate": "migrate --compiler 'js:@babel/register' --migrations-dir ./src/db/migrations",
|
"__migrate": "migrate --compiler 'js:@babel/register' --migrations-dir ./src/db/migrations",
|
||||||
@ -18,7 +22,6 @@
|
|||||||
"db:migrate": "yarn run __migrate --store ./src/db/migrate/store.js",
|
"db:migrate": "yarn run __migrate --store ./src/db/migrate/store.js",
|
||||||
"db:migrate:create": "yarn run __migrate --template-file ./src/db/migrate/template.js --date-format 'yyyymmddHHmmss' create"
|
"db:migrate:create": "yarn run __migrate --template-file ./src/db/migrate/template.js --date-format 'yyyymmddHHmmss' create"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
|
||||||
"jest": {
|
"jest": {
|
||||||
"verbose": true,
|
"verbose": true,
|
||||||
"collectCoverageFrom": [
|
"collectCoverageFrom": [
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "human-connection",
|
"name": "ocelot-social",
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"description": "Fullstack and API tests with cypress and cucumber for Human Connection",
|
"description": "Fullstack and API tests with cypress and cucumber for ocelot.social",
|
||||||
"author": "Human Connection gGmbh",
|
"author": "ocelot.social Community",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"private": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@ocelot-social/maintenance",
|
"name": "@ocelot-social/maintenance",
|
||||||
"version": "1.0.0",
|
"version": "0.6.3",
|
||||||
"description": "Maintenance page for ocelot.social",
|
"description": "Maintenance page for ocelot.social",
|
||||||
"main": "index.js",
|
|
||||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||||
"author": "Robert Schäfer",
|
"author": "ocelot.social Community",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "yarn run nuxt -c nuxt.config.maintenance.js",
|
"dev": "yarn run nuxt -c nuxt.config.maintenance.js",
|
||||||
"build": "yarn run nuxt build -c nuxt.config.maintenance.js",
|
"build": "yarn run nuxt build -c nuxt.config.maintenance.js",
|
||||||
|
|||||||
@ -2,12 +2,9 @@
|
|||||||
"name": "ocelot-social-webapp",
|
"name": "ocelot-social-webapp",
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"description": "ocelot.social Frontend",
|
"description": "ocelot.social Frontend",
|
||||||
"authors": [
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||||
"Grzegorz Leoniec (appinteractive)",
|
|
||||||
"ulfgebhardt"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"author": "ocelot.social Community",
|
"author": "ocelot.social Community",
|
||||||
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt",
|
"dev": "nuxt",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user