{
  "name": "javascript-ampache",
  "version": "1.1.10",
  "description": "A JS library for the Ampache API",
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "umd:main": "dist/index.umd.js",
  "source": "src/index.ts",
  "repository": "github:mitchray/javascript-ampache",
  "scripts": {
    "build": "rimraf dist && microbundle --tsconfig tsconfig.json",
    "dev": "microbundle watch --tsconfig tsconfig.json",
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "isomorphic-unfetch": "^3.1.0",
    "jest": "^29.3.1",
    "jssha": "^3.3.0",
    "microbundle": "^0.15.1",
    "nock": "^13.0.0",
    "querystringify": "2.2.0",
    "rimraf": "^5.0.0"
  },
  "keywords": [
    "ampache",
    "javascript",
    "typescript",
    "api",
    "js"
  ],
  "author": "mitchray (https://github.com/mitchray)",
  "license": "GPL-3.0-only",
  "files": [
    "src",
    "dist"
  ]
}
