Skip to content
Snippets Groups Projects
package.json 2.11 KiB
Newer Older
Griefed's avatar
Griefed committed
{
  "name": "ltt-mapmaker",
Griefed's avatar
Griefed committed
  "description": "Visual Map Maker for Let Them Trade by Spaceflower.",
  "productName": "Let Them Trade Map-Maker",
Griefed's avatar
Griefed committed
  "author": "Griefed <griefed@griefed.de>",
  "private": true,
  "bugs": {
    "url": "https://github.com/Griefed/ltt-mapmaker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Griefed/ltt-mapmaker.git"
  },
  "license": "MITLicense",
Griefed's avatar
Griefed committed
  "scripts": {
Trungel's avatar
Trungel committed
    "start": "quasar dev",
    "electron": "quasar dev -m electron",
    "build": "quasar build",
    "ebuild": "quasar build -m electron",
Griefed's avatar
Griefed committed
    "lint": "eslint --ext .js,.vue,.ts ./",
    "test": "echo \"No test specified\" && exit 0"
  },
  "dependencies": {
Griefed's avatar
Griefed committed
  },
  "devDependencies": {
Griefed's avatar
Griefed committed
  },
  "browserslist": [
    "last 10 Chrome versions",
    "last 10 Firefox versions",
    "last 4 Edge versions",
    "last 7 Safari versions",
    "last 8 Android versions",
    "last 8 ChromeAndroid versions",
    "last 8 FirefoxAndroid versions",
    "last 10 iOS versions",
    "last 5 Opera versions"
  ],
  "engines": {
    "node": "^16.9.1",
    "npm": "^7.23.0",
    "yarn": "^1.22.11"
  },
  "contributors": [
    {
      "name": "Griefed",
      "email": "griefed@griefed.de",
      "url": "https://github.com/Griefed"
    },
    {
      "name": "Trungel",
      "email": "29035983+Trungel@users.noreply.github.com",
      "url": "https://github.com/Trungel"
    },
    {
      "name": "dependabot[bot]",
      "email": "49699333+dependabot[bot]@users.noreply.github.com",
      "url": "https://github.com/apps/dependabot"
    },
    {
      "name": "github-actions[bot]",
      "email": "41898282+github-actions[bot]@users.noreply.github.com",
      "url": "https://github.com/apps/github-actions"