71 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@push.rocks/webrequest",
 | |
|   "version": "4.0.1",
 | |
|   "private": false,
 | |
|   "description": "Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and fault tolerance.",
 | |
|   "main": "dist_ts/index.js",
 | |
|   "typings": "dist_ts/index.d.ts",
 | |
|   "type": "module",
 | |
|   "author": "Lossless GmbH",
 | |
|   "license": "MIT",
 | |
|   "scripts": {
 | |
|     "test": "(tstest test/ --verbose)",
 | |
|     "build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
 | |
|     "buildDocs": "tsdoc"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@api.global/typedserver": "^3.0.27",
 | |
|     "@git.zone/tsbuild": "^2.6.8",
 | |
|     "@git.zone/tsbundle": "^2.0.15",
 | |
|     "@git.zone/tstest": "^2.6.2",
 | |
|     "@types/node": "^20.12.7"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@push.rocks/smartdelay": "^3.0.5",
 | |
|     "@push.rocks/smartenv": "^5.0.12",
 | |
|     "@push.rocks/smartjson": "^5.2.0",
 | |
|     "@push.rocks/smartpromise": "^4.0.3",
 | |
|     "@push.rocks/webstore": "^2.0.13"
 | |
|   },
 | |
|   "files": [
 | |
|     "ts/**/*",
 | |
|     "ts_web/**/*",
 | |
|     "dist/**/*",
 | |
|     "dist_*/**/*",
 | |
|     "dist_ts/**/*",
 | |
|     "dist_ts_web/**/*",
 | |
|     "assets/**/*",
 | |
|     "cli.js",
 | |
|     "npmextra.json",
 | |
|     "readme.md"
 | |
|   ],
 | |
|   "browserslist": [
 | |
|     "last 1 chrome versions"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "webrequest",
 | |
|     "HTTP",
 | |
|     "secure",
 | |
|     "browsers",
 | |
|     "caching",
 | |
|     "fault tolerance",
 | |
|     "json",
 | |
|     "abort",
 | |
|     "timeout",
 | |
|     "multi-endpoint",
 | |
|     "fetch API"
 | |
|   ],
 | |
|   "homepage": "https://code.foss.global/push.rocks/webrequest#readme",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://code.foss.global/push.rocks/webrequest.git"
 | |
|   },
 | |
|   "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
 | |
|   "bugs": {
 | |
|     "url": "https://code.foss.global/push.rocks/webrequest/issues"
 | |
|   },
 | |
|   "pnpm": {
 | |
|     "overrides": {}
 | |
|   }
 | |
| }
 |