@commercelayer/cli-plugin-resources
Advanced tools
Comparing version 6.0.2 to 6.0.5
{ | ||
"name": "@commercelayer/cli-plugin-resources", | ||
"description": "Commerce Layer CLI Resources plugin", | ||
"version": "6.0.2", | ||
"version": "6.0.5", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -47,5 +47,17 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-resources", | ||
}, | ||
"scripts": { | ||
"build": "rm -rf lib && tsc -b", | ||
"prepack": "pnpm resources && pnpm build && oclif manifest && pnpm readme", | ||
"postpack": "rm -f oclif.manifest.json", | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", | ||
"posttest": "eslint . --ext .ts --config .eslintrc", | ||
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md", | ||
"resources": "pnpm update @commercelayer/sdk && tsx src/util/resources/build.ts", | ||
"generate": "pnpm resources", | ||
"lint": "eslint src --ext .ts --config .eslintrc", | ||
"lint:fix": "eslint src --fix" | ||
}, | ||
"types": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@commercelayer/cli-dev": "^3.0.4", | ||
"@commercelayer/cli-dev": "^3.0.5", | ||
"@commercelayer/eslint-config-ts": "^1.4.5", | ||
@@ -58,3 +70,2 @@ "@oclif/plugin-help": "^6.0.22", | ||
"@types/inquirer": "^8.2.10", | ||
"@types/lodash": "^4.17.4", | ||
"@types/mocha": "^10.0.6", | ||
@@ -84,13 +95,3 @@ "@types/node": "^20.12.12", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf lib && tsc -b", | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", | ||
"posttest": "eslint . --ext .ts --config .eslintrc", | ||
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md", | ||
"resources": "pnpm update @commercelayer/sdk && tsx src/util/resources/build.ts", | ||
"generate": "pnpm resources", | ||
"lint": "eslint src --ext .ts --config .eslintrc", | ||
"lint:fix": "eslint src --fix" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
289939
19
106
4