Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nurse committed Oct 11, 2022
1 parent b683b6c commit 3ffdcc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@qiksar/crudio",
"version": "0.11.0",
"version": "0.20.0",
"description": "Rapidly create rich meaningful test data to accelerate your prototyping and testing processes",
"bin": "lib/crudio_cli.js",
"main": "lib/crudio_cli.js",
Expand All @@ -9,10 +9,10 @@
"author": "Chris Nurse",
"license": "GPL-3.0-only",
"scripts": {
"pg_hasura": "npm run build && node lib/crudio_cli.js -v -w -m datamodel/datamodel.json --target p -d test/unit/output/datamodel.mermaid.md",
"mongo": "npm run build && node lib/crudio_cli.js -v -w -m datamodel/datamodel.json --target m -k _id -c mongodb://crudio:crudio@localhost:27017/crudio?authSource=admin",
"test": "jest --env=node --colors --coverage test --silent=false",
"build": "tsc -p tsconfig.json",
"start_cli": "npm run build && node lib/crudio_cli.js -v -w -m datamodel/datamodel.json -d test/unit/output/datamodel.mermaid.md --target p",
"mongo": "npm run build && node lib/crudio_cli.js -v -w -m datamodel/datamodel.json -k _id --target m -c mongodb://crudio:crudio@localhost:27017/crudio?authSource=admin",
"cli_init": "rm -rf test/unit/output/test_cli_folder && node lib/crudio_cli.js -v -p test/unit/output/test_cli_folder",
"up": "docker-compose up -d",
"down": "docker-compose down",
Expand Down

0 comments on commit 3ffdcc6

Please sign in to comment.