UNPKG

1.22 kBJSONView Raw
1{
2 "name": "promise-queue-manager",
3 "version": "0.0.7",
4 "description": "A queue manager for concurrent promise execution",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "lint": "eslint src/** --ext .ts",
9 "build": "tsc"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/gustavolaux/promise-queue-manager.git"
14 },
15 "keywords": [
16 "promise",
17 "queue",
18 "promise-queue"
19 ],
20 "author": {
21 "name": "Gustavo Laux",
22 "url": "https://gustavolaux.com.br",
23 "email": "contact@gustavolaux.com.br"
24 },
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/gustavolaux/promise-queue-manager/issues"
28 },
29 "homepage": "https://github.com/gustavolaux/promise-queue-manager#readme",
30 "devDependencies": {
31 "@babel/core": "7.6.4",
32 "@babel/preset-env": "7.6.3",
33 "@babel/preset-typescript": "7.6.0",
34 "@types/node": "13.9.3",
35 "@typescript-eslint/eslint-plugin": "2.3.1",
36 "@typescript-eslint/parser": "2.3.1",
37 "eslint": "6.8.0",
38 "eslint-config-airbnb-base": "14.1.0",
39 "eslint-plugin-import": "2.20.1",
40 "eslint-plugin-promise": "4.2.1",
41 "eslint-plugin-standard": "4.0.1",
42 "typescript": "3.6.3"
43 }
44}