{
  "name": "@spotify/create-web-scripts-library",
  "version": "15.0.0",
  "description": "Project scaffolding script for @spotify/web-scripts libraries",
  "author": "Paul Marbach <pmarbach@spotify.com>",
  "homepage": "https://github.com/spotify/web-scripts#readme",
  "license": "Apache-2.0",
  "bin": {
    "create-web-scripts-library": "bin/create-web-scripts-library"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "types",
  "files": [
    "cjs",
    "esm",
    "bin",
    "types",
    "template",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spotify/web-scripts.git"
  },
  "scripts": {
    "test": "web-scripts test",
    "build": "web-scripts build",
    "lint": "web-scripts lint --stylecheck",
    "format": "web-scripts format",
    "prepublishOnly": "yarn run build"
  },
  "bugs": {
    "url": "https://github.com/spotify/web-scripts/issues"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "commander": "^10.0.1",
    "execa": "^5.0.0",
    "fs-extra": "^11.1.1",
    "read-pkg-up": "^7.0.1"
  },
  "devDependencies": {
    "@spotify/web-scripts": "^15.0.0",
    "@types/fs-extra": "^11.0.1",
    "tempy": "^1.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "gitHead": "6d8c06336804882c5f32ad796859fcb02dceb093"
}
