mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 22:41:36 +02:00
Use read-pkg
This commit is contained in:
parent
9ae59a8097
commit
4a8407c341
3 changed files with 80 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "muse",
|
||||
"version": "1.0.0",
|
||||
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
||||
"exports": "./dist/src/index.js",
|
||||
"exports": "./dist/index.js",
|
||||
"repository": "git@github.com:codetheweb/muse.git",
|
||||
"author": "Max Isom <hi@maxisom.me>",
|
||||
"license": "MIT",
|
||||
|
@ -24,13 +24,13 @@
|
|||
"build": "tsc",
|
||||
"build:watch": "tsc --watch",
|
||||
"prepack": "npm run clean && npm run build",
|
||||
"start": "npm run env:set-database-url -- node --experimental-json-modules dist/src/scripts/migrate-and-start.js",
|
||||
"cache:clear-key-value": "npm run env:set-database-url node dist/src/scripts/cache-clear-key-value.js",
|
||||
"start": "npm run env:set-database-url -- node --experimental-json-modules dist/scripts/migrate-and-start.js",
|
||||
"cache:clear-key-value": "npm run env:set-database-url node dist/scripts/cache-clear-key-value.js",
|
||||
"dev": "concurrently nodemon 'tsc --watch'",
|
||||
"migrations:generate": "npm run prisma:with-env migrate dev",
|
||||
"migrations:run": "npm run prisma:with-env migrate deploy",
|
||||
"prisma:with-env": "npm run env:set-database-url prisma",
|
||||
"env:set-database-url": "node dist/src/scripts/run-with-database-url.js",
|
||||
"env:set-database-url": "node dist/scripts/run-with-database-url.js",
|
||||
"release": "release-it"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -109,6 +109,7 @@
|
|||
"p-event": "^4.2.0",
|
||||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.1.0",
|
||||
"read-pkg": "7.1.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"spotify-uri": "^2.2.0",
|
||||
"spotify-web-api-node": "^5.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue