prom-queue
Version:
A simple queue implementation
28 lines (27 loc) • 681 B
JSON
{
"name": "prom-queue",
"version": "2.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"files": ["dist"],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": ["queue", "data structure", "multi-threading"],
"author": "prams",
"license": "ISC",
"description": "A simple queue implementation",
"repository": {
"type": "git",
"url": "https://github.com/Pramsh/prom-queue"
},
"bugs": {
"url": "https://github.com/Pramsh/prom-queue/issues"
},
"homepage": "https://github.com/Pramsh/prom-queue/blob/master/README.md",
"devDependencies": {
"@types/node": "^22.13.10"
}
}