"build": "rollup --config",
"start": "node dist/main.cjs",
"start:esm": "node dist/main.js",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "test:requests": "node requests.js"
},
"keywords": [],
"author": "",
"build": "rollup --config",
"start": "node dist/main.cjs",
"start:esm": "node dist/main.js",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "test:requests": "node requests.js"
},
"keywords": [],
"author": "",
"build": "pnpm build:clean && tsc",
"build:clean": "tsc --build --clean",
"start": "node dist/main.js",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "test:requests": "node requests.js"
},
"keywords": [],
"author": "",