forked from fastify/avvio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.09 KB
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
{
"name": "avvio",
"version": "8.1.3",
"description": "Asynchronous bootstrapping of Node applications",
"main": "boot.js",
"scripts": {
"test": "standard && tap -J test/*test.js && npm run typescript",
"typescript": "tsc --project ./test/types/tsconfig.json"
},
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/avvio.git"
},
"keywords": [
"async",
"boot",
"delayed",
"open"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"contributors": [
{
"name": "Tomas Della Vedova",
"url": "http://delved.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/avvio/issues"
},
"homepage": "https://github.com/fastify/avvio#readme",
"devDependencies": {
"@types/node": "^17.0.0",
"express": "^4.17.1",
"pre-commit": "^1.2.2",
"semver": "^7.1.3",
"standard": "^16.0.1",
"tap": "^16.0.0",
"then-sleep": "^1.0.1",
"typescript": "^4.0.2"
},
"dependencies": {
"archy": "^1.0.0",
"debug": "^4.0.0",
"fastq": "^1.6.1"
}
}