Refine some package.json

This commit is contained in:
Wolfgang Huß 2021-01-06 09:50:58 +01:00
parent d3737b2acf
commit d8a2d56aa8
4 changed files with 13 additions and 12 deletions

View File

@ -2,6 +2,10 @@
"name": "ocelot-social-backend",
"version": "0.6.3",
"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",
"scripts": {
"__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:create": "yarn run __migrate --template-file ./src/db/migrate/template.js --date-format 'yyyymmddHHmmss' create"
},
"license": "MIT",
"jest": {
"verbose": true,
"collectCoverageFrom": [

View File

@ -1,9 +1,10 @@
{
"name": "human-connection",
"name": "ocelot-social",
"version": "0.6.3",
"description": "Fullstack and API tests with cypress and cucumber for Human Connection",
"author": "Human Connection gGmbh",
"description": "Fullstack and API tests with cypress and cucumber for ocelot.social",
"author": "ocelot.social Community",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"

View File

@ -1,12 +1,12 @@
{
"name": "@ocelot-social/maintenance",
"version": "1.0.0",
"version": "0.6.3",
"description": "Maintenance page for ocelot.social",
"main": "index.js",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "Robert Schäfer",
"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",

View File

@ -2,12 +2,9 @@
"name": "ocelot-social-webapp",
"version": "0.6.3",
"description": "ocelot.social Frontend",
"authors": [
"Grzegorz Leoniec (appinteractive)",
"ulfgebhardt"
],
"license": "MIT",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",
"license": "MIT",
"private": false,
"scripts": {
"dev": "nuxt",