@vendure/cli
Version:
A modern, headless ecommerce framework
59 lines (58 loc) • 1.77 kB
JSON
{
"name": "@vendure/cli",
"version": "3.4.0",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
"url": "https://github.com/vendure-ecommerce/vendure/"
},
"keywords": [
"vendure",
"ecommerce",
"headless",
"graphql",
"typescript"
],
"homepage": "https://www.vendure.io",
"funding": "https://github.com/sponsors/michaelbromley",
"private": false,
"license": "GPL-3.0-or-later",
"type": "commonjs",
"scripts": {
"build": "rimraf dist && tsc -p ./tsconfig.cli.json && ts-node ./build.ts",
"watch": "tsc -p ./tsconfig.cli.json --watch",
"ci": "npm run build",
"test": "vitest --config vitest.config.mts --run",
"e2e": "cross-env PACKAGE=cli vitest --config ../../e2e-common/vitest.config.mts --run --pool=forks",
"e2e:watch": "cross-env PACKAGE=cli vitest --config ../../e2e-common/vitest.config.mts"
},
"publishConfig": {
"access": "public"
},
"bin": {
"vendure": "dist/cli.js"
},
"files": [
"dist/**/*"
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@vendure/common": "3.4.0",
"change-case": "^4.1.2",
"commander": "^11.0.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"picocolors": "^1.0.0",
"strip-json-comments": "^5.0.2",
"ts-morph": "^21.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@vendure/core": "3.4.0",
"@vendure/testing": "3.4.0",
"cross-env": "^7.0.3",
"typescript": "5.8.2"
},
"gitHead": "3591ce29f36b43706a1b10819b52012bb2e789cc"
}