curl-runner-core
Version:
Core library for running cURL scripts with comprehensive logging, error handling, and parallel execution capabilities. Zero external dependencies for maximum security.
86 lines • 2.01 kB
JSON
{
"name": "curl-runner-core",
"version": "1.3.3",
"description": "Core library for running cURL scripts with comprehensive logging, error handling, and parallel execution capabilities. Zero external dependencies for maximum security.",
"type": "module",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"examples",
"README.md",
"flows.txt",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node --test tests/**/*.test.js",
"test:coverage": "c8 node --test tests/**/*.test.js",
"example": "node examples/simple-example.js",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"curl",
"http",
"api",
"testing",
"scripts",
"automation",
"logging",
"error-handling",
"security",
"zero-dependencies",
"parallel-execution",
"concurrency",
"performance",
"batch-processing",
"data-gap-analysis",
"weekly-reporting",
"trend-analysis",
"monitoring",
"cli",
"nodejs",
"es-modules",
"typescript"
],
"author": "Grant Steinfeld",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"c8": "^8.0.1",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Grant-Steinfeld/cURL_runner.git",
"directory": "lib"
},
"bugs": {
"url": "https://github.com/Grant-Steinfeld/cURL_runner/issues"
},
"homepage": "https://www.npmjs.com/package/curl-runner-core",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Grant-Steinfeld"
},
"publishConfig": {
"access": "public"
}
}