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",
|
||||
"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": [
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user