m2s2-cli 0.2.5

CLI for scaffolding M²S² design system projects
{
  "name": "{{name}}",
  "version": "0.1.0",
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src"
  },
  "dependencies": {
    "fastify": "^{{fastify}}"{{#if auth}},
    "@fastify/jwt": "^{{_fastify_jwt}}",
    "jwks-rsa": "^{{jwks_rsa}}"{{/if}}{{#if billing}},
    "stripe": "^{{stripe}}"{{/if}}
  },
  "devDependencies": {
    "@eslint/js": "^{{_eslint_js}}",
    "@types/node": "^{{_types_node}}",
    "eslint": "^{{eslint}}",
    "tsx": "^{{tsx}}",
    "typescript": "^{{typescript}}",
    "typescript-eslint": "^{{typescript_eslint}}",
    "vitest": "^{{vitest}}"
  }
}