Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash committed Apr 19, 2024
1 parent b6b48dc commit 339e634
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"name": "@techsavvyash/dynamo-prisma",
"version": "0.1.0",
"version": "0.0.1",
"description": "Create Prisma Models Dynamically",
"main": "dist/index.js",
"module": "commonjs",
"main": "src/index.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"generate-schema": "npm run build && node dist/src/cli.js ./demo.json",
"verify-schema": "npx prisma validate",
"cleanup": "rm -r ./prisma"
},
"author": "Himanshu, Sooraj, Yash",
Expand Down

0 comments on commit 339e634

Please sign in to comment.