mirror of
https://github.com/koush/scrypted.git
synced 2026-02-07 16:02:13 +00:00
24 lines
526 B
JSON
24 lines
526 B
JSON
{
|
|
"name": "@scrypted/auth-fetch",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --outDir dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.4",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.4",
|
|
"http-auth-utils": "^5.0.1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|