{
  "name": "fjelheisen-api-warning",
  "version": "1.0.12",
  "description": "This JS code connects to Fjelheisen Cable Car API and shows the message if the cable car works or not on the site of Fjeheisen.no",
  "homepage": "https://github.com/MarcinPloch/fjelheisen-api-message#readme",
  "license": "ISC",
  "keywords": [
    "fjelheisen",
    "API"
  ],
  "author": "marcin ploch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/developer-starter.git"
  },
  "bugs": {
    "url": "https://github.com/finsweet/developer-starter/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.1.14",
    "@changesets/cli": "^2.26.0",
    "@finsweet/eslint-config": "^2.0.2",
    "@finsweet/tsconfig": "^1.2.0",
    "@playwright/test": "^1.30.0",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "cross-env": "^7.0.3",
    "esbuild": "^0.17.7",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^2.8.4",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@finsweet/ts-utils": "^0.37.3"
  },
  "bin": {
    "fjelheisen-api-mennage": "bin/build.js"
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
    "lint:fix": "eslint --ignore-path .gitignore ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "pnpm playwright test",
    "test:headed": "pnpm playwright test --headed",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}