UNPKG

javascript-ampache

Version:
43 lines (42 loc) 962 B
{ "name": "javascript-ampache", "version": "2.0.2", "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.js", "repository": { "type": "git", "url": "git+https://github.com/mitchray/javascript-ampache.git" }, "scripts": { "build": "rimraf dist && microbundle", "dev": "microbundle watch", "test": "jest" }, "devDependencies": { "@babel/preset-env": "^7.29.0", "babel-jest": "^30.2.0", "isomorphic-unfetch": "^3.1.0", "jest": "^29.3.1", "jssha": "^3.3.0", "microbundle": "^0.15.1", "nock": "^13.0.0", "node-fetch": "^2.7.0", "querystringify": "2.2.0", "rimraf": "^5.0.0" }, "keywords": [ "ampache", "javascript", "api", "js" ], "author": "mitchray (https://github.com/mitchray)", "license": "GPL-3.0-only", "files": [ "src", "dist" ] }