-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1017 Bytes
/
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
{
"name": "asyncjs-promise",
"version": "1.1.0",
"description": "asyncForEach function with promise support",
"main": "app.js",
"scripts": {
"test": "npm run eslint && npm run mocha && npm audit",
"mocha": "mocha test",
"mocha-report": "mocha test --reporter mocha-junit-reporter",
"eslint": "eslint app.js",
"eslint-report": "eslint app.js --format junit --output-file ./reports/eslint.xml"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Fchen48/asyncjs-promise.git"
},
"keywords": [
"asyncjs-promise",
"forEach",
"while",
"js",
"nodejs",
"async",
"asyncForEach",
"promise",
"mongoose"
],
"author": "Fchen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fchen48/asyncjs-promise/issues"
},
"homepage": "https://github.com/Fchen48/asyncjs-promise#readme",
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.1.0",
"mocha": "^9.1.3",
"mocha-junit-reporter": "^2.0.2"
}
}