mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
13 lines
385 B
JSON
13 lines
385 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node dist/",
|
|
"db:script:seed": "wait-on tcp:4001 && node dist/seed/seed-db.js",
|
|
"db:reset": "node dist/seed/reset-db.js",
|
|
"db:seed": "cross-env GRAPHQL_URI=http://localhost:4001 GRAPHQL_PORT=4001 DISABLED_MIDDLEWARES=permissions run-p --race start db:script:seed"
|
|
},
|
|
"dependencies": {
|
|
"graphql-request": "*"
|
|
}
|
|
}
|