-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "promise-all-settled-by-key",
"version": "1.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"prepare": "npm run build",
"test": "cross-env NODE_ENV=test jest --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dobby89/promise-all-settled-by-key.git"
},
"keywords": [
"promise.allSettled()",
"promise.allSettled",
"promise",
"allSettled",
"all",
"settled",
"resolve",
"resolved",
"reject",
"rejected",
"key"
],
"author": "Robin O'Neill <[email protected]> (https://github.com/Dobby89)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dobby89/promise-all-settled-by-key/issues"
},
"homepage": "https://github.com/Dobby89/promise-all-settled-by-key#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
"eslint-config-ao": "^0.1.1",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"importSort": {
".js, .jsx, .es6, .es": {
"style": "module-scoped"
}
}
}