{
 "name": "meting",
 "version": "2.0.2",
 "description": "Wow, such a beautiful html5 music player (with Meting API)",
 "type": "module",
 "license": "MIT",
 "homepage": "https://github.com/metowolf/MetingJS",
 "repository": {
  "url": "git+https://github.com/metowolf/MetingJS.git",
  "type": "git"
 },
 "author": {
  "name": "metowolf",
  "email": "i@i-meto.com",
  "url": "https://i-meto.com/"
 },
 "main": "dist",
 "scripts": {
  "lint": "eslint src",
  "build": "rm -rf dist && mkdir dist && rollup -c",
  "test": "npm run build",
  "prepublishOnly": "npm run build"
 },
 "files": [
  "dist"
 ],
 "keywords": [
  "player",
  "music",
  "api",
  "meting",
  "html5"
 ],
 "devDependencies": {
  "@eslint/js": "^9.36.0",
  "@rollup/plugin-replace": "^6.0.2",
  "@rollup/plugin-terser": "^0.4.0",
   "eslint": "^9.36.0",
  "rollup": "^4.0.0"
 }
}
