mirror of
https://github.com/p-stream/providers.git
synced 2026-05-11 07:30:53 +00:00
fix: Update package.json to reflect correct project name, version, and repository details
This commit is contained in:
parent
e934512874
commit
961baf979b
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@p-stream/providers",
|
||||
"version": "3.1.0",
|
||||
"description": "Package that contains all the providers of p-stream",
|
||||
"name": "@vidninja/providers",
|
||||
"version": "0.2.1",
|
||||
"description": "Package that contains all the providers of vidninja",
|
||||
"type": "module",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
|
@ -22,18 +22,18 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/p-stream/providers.git"
|
||||
"url": "git+https://github.com/vidninja/providers.git"
|
||||
},
|
||||
"keywords": [
|
||||
"p-stream",
|
||||
"vidninja",
|
||||
"providers"
|
||||
],
|
||||
"author": "p-stream",
|
||||
"author": "vidninja",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/p-stream/providers/issues"
|
||||
"url": "https://github.com/vidninja/providers/issues"
|
||||
},
|
||||
"homepage": "https://p-stream.github.io/providers/",
|
||||
"homepage": "https://vidninja.github.io/providers/",
|
||||
"scripts": {
|
||||
"build": "vite build && tsc --noEmit",
|
||||
"cli": "vite-node ./src/dev-cli/index.ts",
|
||||
|
|
@ -97,4 +97,4 @@
|
|||
"unpacker": "^1.0.1"
|
||||
},
|
||||
"packageManager": "pnpm@9.14.4"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue