YesPlayMusic/package.json
2022-05-12 23:16:25 +08:00

29 lines
835 B
JSON

{
"name": "yesplamusic",
"productName": "YesPlayMusic",
"private": true,
"version": "2.0.0",
"description": "A nifty third-party NetEase Music player",
"homepage": "https://github.com/qier222/YesPlayMusic",
"license": "MIT",
"author": "qier222 <qier222@outlook.com>",
"repository": "github:qier222/YesPlayMusic",
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"packageManager": "pnpm@7.0.0",
"scripts": {
"install": "turbo run post-install --parallel --no-cache",
"build": "turbo run build",
"build:web": "turbo run build:web",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md}\""
},
"devDependencies": {
"eslint": "^8.15.0",
"prettier": "^2.6.2",
"turbo": "^1.2.9",
"typescript": "^4.6.4"
}
}