chore: upgrade to pnpm, use self-hosted npm repo

This commit is contained in:
鲁树人 2024-09-29 17:57:38 +01:00
parent 78d60f686e
commit b4f419dea5
4 changed files with 2883 additions and 7754 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
@unlock-music:registry=https://git.unlock-music.dev/api/packages/um/npm/

7747
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "@unlock-music/joox-crypto", "name": "@unlock-music/joox-crypto",
"type": "commonjs", "type": "commonjs",
"version": "0.0.1-R5", "version": "0.0.1",
"description": "Crypto library to decrypt joox encrypted music files.", "description": "Crypto library to decrypt joox encrypted music files.",
"main": "src/index.js", "main": "src/index.js",
"types": "src/index.d.ts", "types": "src/index.d.ts",
@ -19,14 +19,14 @@
"author": "Jixun", "author": "Jixun",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/jest": "^27.0.3", "@types/jest": "^29.5.13",
"jest": "^27.4.5", "jest": "^29.7.0",
"lint-staged": "^12.1.3", "lint-staged": "^15.2.10",
"prettier": "2.5.1", "prettier": "3.3.3",
"simple-git-hooks": "^2.7.0" "simple-git-hooks": "^2.11.1"
}, },
"dependencies": { "dependencies": {
"crypto-js": "^4.1.1" "crypto-js": "^4.2.0"
}, },
"lint-staged": { "lint-staged": {
"*.{js,css,md}": "prettier --write" "*.{js,css,md}": "prettier --write"

2875
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff