{
  "name": "@fairdatasociety/blossom",
  "version": "0.5.0",
  "description": "JavaScript library for interaction with the Blossom browser extension",
  "main": "build/index.js",
  "scripts": {
    "start": "webpack --watch --env mode=development",
    "build": "webpack --env mode=production",
    "serve": "http-server",
    "lint": "eslint --resolve-plugins-relative-to . --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint:check": "eslint --resolve-plugins-relative-to . \"src/**/*.ts\" \"test/**/*.ts\" && prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "jest --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fairDataSociety/blossom.git"
  },
  "types": "build/types/index.d.ts",
  "author": "Vladan Tomić",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fairDataSociety/blossom/issues"
  },
  "homepage": "https://github.com/fairDataSociety/blossom#readme",
  "devDependencies": {
    "@types/chrome": "^0.0.186",
    "@types/jest": "^27.5.1",
    "@types/node": "^17.0.34",
    "@typescript-eslint/eslint-plugin": "^5.24.0",
    "eslint": "^8.15.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^26.2.2",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-webpack-plugin": "^3.1.1",
    "http-server": "^14.1.1",
    "jest": "^28.1.0",
    "prettier": "^2.6.2",
    "puppeteer": "^14.1.1",
    "terser-webpack-plugin": "^5.3.1",
    "ts-jest": "^28.0.2",
    "ts-loader": "^9.3.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.4",
    "webpack": "^5.72.1",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.9.0"
  },
  "dependencies": {
    "@fairdatasociety/fdp-storage": "^0.11.0"
  }
}
