Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh authored Apr 8, 2024
1 parent 2c57548 commit ff2492e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "smockr",
"name": "@kitabisa/smockr",
"description": "CLI tools for serve supple mock server with random fake data using Faker.js",
"version": "1.1.1",
"scripts": {
Expand All @@ -10,7 +10,9 @@
"cli:build": "cd commands && opaline build",
"cli:dev": "cd commands && opaline dev"
},
"bin": "dist/cli.js",
"bin": {
"smockr": "dist/cli.js"
},
"files": [
"dist/*",
".next/standalone/*"
Expand Down

0 comments on commit ff2492e

Please sign in to comment.