@jakexchan/node-queue
Version:
A CommonJS package for p-queue.
41 lines (40 loc) • 920 B
JSON
{
"name": "@jakexchan/node-queue",
"version": "1.0.3",
"description": "A CommonJS package for p-queue.",
"main": "dist/index.js",
"types": "node_modules/p-queue/dist/index.d.ts",
"scripts": {
"test": "npm run build && node test/index.js",
"build": "rm -rf dist && rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakexchan/node-queue.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"queue",
"nodejs",
"p-queue"
],
"files": [
"dist"
],
"author": "Kevin Chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakexchan/node-queue/issues"
},
"homepage": "https://github.com/jakexchan/node-queue#readme",
"dependencies": {
"p-queue": "^8.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"rollup": "^3.20.5"
}
}