Skip to content

Commit

Permalink
fix(generators): update package config to not publish to npm (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT authored Oct 16, 2024
1 parent 3b3e9ae commit 048ba11
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions generators/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "@commercetools-test-data/generators",
"private": true,
"version": "1.0.0",
"description": "",
"description": "Data model generator CLI for commercetools APIs",
"main": "dist/commercetools-test-data-generators.cjs.js",
"module": "dist/commercetools-test-data-generators.esm.js",
"scripts": {
"generate": "tsx src/index.ts"
},
"author": "",
"license": "ISC",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/test-data.git",
"directory": "generators"
},
"keywords": ["javascript", "typescript", "test-data"],
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.17.9",
"@babel/runtime-corejs3": "7.17.9",
Expand Down

0 comments on commit 048ba11

Please sign in to comment.